On 18 August 2007 14:10, Geert Vancompernolle wrote:
Hi,
Is it possible to launch the GDB server on the target the moment you
press the "Run" button in Insight?
Currently, the GDB server always has to be started manually, preferably
prior to launching the Insight debugger.
Would be handy if this could be done from within Insight.
If not possible now, it might be a handy feature for a future release.
It's tricky though. There's no standard way to "launch a process X on a remote
machine Y". Did you have a mechanism in mind?
BTW, this kind of question makes sense to discuss on the main gdb list.
Insight is a gui wrapper that drives an underlying instance of gdb debugger. In
the case of hitting the 'run' button, it's just sending a 'run' command to the
gdb instance, and that's probably where you'd want to add the underlying
functionality. There are a lot more people on the main gdb list, so you'd have a
better chance of a useful discussion. GUI-only issues, otoh, are still best
posted here.
cheers,
DaveK