Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] Re: CDT 1.2.0.4 arm-elf-gdb debugging works w/eCos

> 
> I am attempting to reproduce the success in using CDT for remote debugging 
> of eCos applications which has been reported on this list.
> 
> At Wed, 18 Jun 2003 11:11:27 +0200, Øyvind Harboe wrote:
> 
> > Here is what I did:
> > 
> > - I'm using the "GDB debugger" type. I tried "GDB Server" first, but I
> > got nowhere.
> 
> Øyvind, may I ask:
> 
>   - Why did you select "GDB debugger" rather than "GDB Cygwin debugger"?
>   - Which version of GDB are you using? 5.2.1? 5.3?
>   - Are there any other settings in the Debug dialog which you found to
>       be critical?
> 
> It would be helpful to observe the sequence of GDB/MI calls made by CDT. Is 
> there a way to view or generate a log of these calls?
> 

This should probably be a FAQ entry.

If you run the CDT by launching a second workbench, PDE offers you
a way to turn on tracing:
in the launch configuration, the Tracing tab, choose
plugin org.eclipse.cdt.debug.mi.core and turn tracing on.

on the command line

eclipse -debug file:<path_to_file>/options

# cat options
org.eclipse.cdt.debug.mi.core/debug=true




Back to the top