This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Stopping gdbserver locally


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]