Stopping gdbserver locally

Daniel Jacobowitz drow@false.org
Sun Dec 10 16:00:00 GMT 2006


On Sun, Dec 10, 2006 at 10:44:31AM +0200, Avi Gozlan wrote:
> Hello,
> 
> When I invoke gdbserver I can stop it only from the remote debugging
> machine. The usual signal ctrl-c, ctrl-d and ctrl-z do not seem to interrupt
> the process. 
> 
> Is there a way to stop gdbserver locally?

Nope.  I keep meaning to fix this.  All signals are passed on to the
debugged program, even if no debugger is connected.

-- 
Daniel Jacobowitz
CodeSourcery



More information about the Gdb mailing list