Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [dsdp-dd-dev] debug using DSF Services.

 Hi,
 	New Bug reported in DSF. 

https://bugs.eclipse.org/bugs/show_bug.cgi?id=237021
	

-----Original Message-----
From: dsdp-dd-dev-bounces@xxxxxxxxxxx
[mailto:dsdp-dd-dev-bounces@xxxxxxxxxxx] On Behalf Of Marc Khouzam
Sent: Thursday, June 12, 2008 9:27 PM
To: Device Debugging developer discussions
Subject: RE: [dsdp-dd-dev] debug using DSF Services.



> On Behalf Of Malu Sasi
> Sent: Thursday, June 12, 2008 11:04 AM
> To: dsdp-dd-dev@xxxxxxxxxxx
> Subject: [dsdp-dd-dev] debug using DSF Services.
 
> I want to do the samething  using eclipse dsf services.  When 
> I tried I could find that there was command MITargetSelect in 
> dsf also... 
>  
> fCommandControl.queueCommand(
>      new 
> org.eclipse.dd.mi.service.command.commands.MITargetSelect(fCom
> mandControl.getControlDMContext , fSerialDevice), 
> new DataRequestMonitor<MIInfo>(getExecutor(), requestMonitor));
>       }

Just be aware that unlike CDT, DSF uses extended-remote instead of
just remote.  It is a richer way to connect to a remote target.
I would suggest you try it out, just in case you find you need
the plain 'remote' instead.  It can easily be added to DSF.

> But I couldn't find any command in DSF for downloading code 
> to target like MITargetDownload(in CDI)....and command to 
> return the current time out used for gdb/gdbserver 
> communication like MIGDBShow(in CDI).

We dont'use those commands in DSF (yet).  It would be very
easy to add them however.  Can you write a bug for what you need?
You are also welcome to attach the corresponding patch (which
will speed up this geeting done :-)).

thanks

Marc
_______________________________________________
dsdp-dd-dev mailing list
dsdp-dd-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-dd-dev



Back to the top