Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] (no subject)

> 
> This is a multipart message in MIME format.
> --=_alternative 004FA3A785256D2D_=
> Content-Type: text/plain; charset="US-ASCII"
> 
> I tried this on the newsgroup, but will go straight to the developer's 
> instead...
> 
> 
> I am using Eclipse 2.1, recent CDT build, and the cygwin tools. I can
> debug local application very well using the gdb debugger from the CDT
> shell.
> 
> I am wondering if there are any plans to support the launching and
> debugging of that application on the remote target that also supports gdb? 
> 
> (i.e. Using CDT on linux host, remote debug on a embedded linux target)
> 

There is support for this now, courtesy of MontaVista.
In the Launcher Debugger tab, Choose "GDBServer" instead of "GDBDebugger"
or "CygwinDebugger"

The Control widget will change to allow you to select Host:port or serial

> My understanding is that gdb supports this via gdbserver, what would be
> involved in having CDT provide this capability through the GUI?
> 

The problem is that gdbserver does not provide uploading, so it will be up
to you to run gdbserver with the right arguments and executable.




Back to the top