Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-debug-dev] Question about usage of memory view

Lu Aron

We actually have just completed an implementation of dump / restore based on
CDT 2.1 ... Which is based on the CDT implementation of the memory view. I
don't know how much work it would be to move it to the new implementation,
but if you would like to take that on, I can submit a patch for the CDT 2.1
version?  [I still need to figure out how to do that]

Ciao,

PMac
  

> -----Original Message-----
> From: Lu Aron [mailto:kafe_aron@xxxxxxx] 
> Sent: Tuesday, April 26, 2005 1:31 AM
> To: pmac@xxxxxxxxxxxxx
> Subject: RE: [cdt-debug-dev] Question about usage of memory view
> 
> 
> Hi PMac,
> I want to implement the memory dump & restore function in Eclipse.
> But I am a Eclipse newbie.
> Do you have any suggestion about what is the entry point to add the 
> functions?
> i.e. To modify memory monitor to add these functions !?
> 
> My eclipse environment is 3.1 M6 + CDT 3.0
> 
> Thanks a lot.
> 
> 
> >From: "Pete MacLiesh" <pmac@xxxxxxxxxxxxx>
> >Reply-To: cdt-debug-dev@xxxxxxxxxxx
> >To: <cdt-debug-dev@xxxxxxxxxxx>
> >Subject: RE: [cdt-debug-dev] Question about usage of memory view
> >Date: Mon, 14 Mar 2005 14:25:10 -0800
> >
> >
> >Yes ... "dump" and "restore" (also "append").
> >
> >It's on my list to do (and give back) ... But if someone 
> gets to it first
> >... The wait may be shorter :)
> >
> >
> >Ciao,
> >
> >PMac
> >
> >
> > > -----Original Message-----
> > > From: cdt-debug-dev-admin@xxxxxxxxxxx
> > > [mailto:cdt-debug-dev-admin@xxxxxxxxxxx] On Behalf Of Mikhail
> > > Khodjaiants
> > > Sent: Monday, March 14, 2005 2:03 PM
> > > To: cdt-debug-dev@xxxxxxxxxxx
> > > Subject: Re: [cdt-debug-dev] Question about usage of memory view
> > >
> > > > The corresponding load function (load test data file -> 
> memory area)
> > > > would
> > > > also be very useful for working with deeply embedded procs
> > > that don't
> > > > have a
> > > > filesystem.
> > > >
> > >
> > > This sounds like a good feature. Does gdb support it?
> > >
> > > ----- Original Message -----
> > > From: "Pete MacLiesh" <pmac@xxxxxxxxxxxxx>
> > > To: <cdt-debug-dev@xxxxxxxxxxx>
> > > Sent: Monday, March 14, 2005 4:50 PM
> > > Subject: RE: [cdt-debug-dev] Question about usage of memory view
> > >
> > >
> > > >
> > > > I would presume this means dump of something like a large
> > > area of memory
> > > > (say a big array which corresponds to some fake data
> > > generated by some
> > > > algorithm). Yes?
> > > >
> > > > The corresponding load function (load test data file -> 
> memory area)
> > > > would
> > > > also be very useful for working with deeply embedded procs
> > > that don't
> > > > have a
> > > > filesystem.
> > > >
> > > > PMac
> > > >
> > > >>
> > > >> >I think the CDT debug could add memory dump function to
> > > >> >dump a range of memory(user input) to file for 
> debugging analysis.
> > > >>
> > > >> I am not sure that I understand what do you mean, but there
> > > >> are "Copy to
> > > >> clipboard" and "Print" actions in CDT 2.1.
> > > >>
> > > >
> > > >
> > > > _______________________________________________
> > > > cdt-debug-dev mailing list
> > > > cdt-debug-dev@xxxxxxxxxxx
> > > > http://dev.eclipse.org/mailman/listinfo/cdt-debug-dev
> > > _______________________________________________
> > > cdt-debug-dev mailing list
> > > cdt-debug-dev@xxxxxxxxxxx
> > > http://dev.eclipse.org/mailman/listinfo/cdt-debug-dev
> > >
> >
> >_______________________________________________
> >cdt-debug-dev mailing list
> >cdt-debug-dev@xxxxxxxxxxx
> >http://dev.eclipse.org/mailman/listinfo/cdt-debug-dev
> 
> _________________________________________________________________
> MSN Messenger 7.0 正式版熱烈下載中:別錯過超酷的動畫快遞 
> http://messenger.msn.com.tw/ 
> 



Back to the top