Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] building CDT

Brian is talking about a scenario where the build is local but the
deployment
is remote.  That is the style of "remote" that gdbserver supports.
His first requirement will be the ability to provide additional commands
to gdb when it is launched.

Brian, you can fake this today.   You can customize the
command line by editing the shell file
eclipse/plugins/org.eclipse.cdt.debug.gdbPicl/gdb,
and supply a "target remote" command using the -x option or
a .gdbinit file
.
We haven't run gdb with an async target,  so it may behave
differently enough that gdbPicl gets confused.
This document
http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/cdt-debug-home/design/tracepicl.html?cvsroot=Tools_Project
describes how to collect gdbPicl trace information so we can
diagnose these kinds of problems.


Brian Thomson



Back to the top