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: GDB does not respond to CTRL+Z and CTRL+C


On Tue, Jun 20, 2006 at 06:27:25PM +0200, Christoph Bartoschek wrote:
> Hi,
> 
> when I attach to a process and continue it I cannot stop it again by pressing 
> CTRL+Z or CTRL+C. Gdb does not respond to these signals.
> 
> To be able to stop intercept debugging I have to switch to another console:
> 
> kill -STOP <pid of gdb>
> 
> and then put it back into foreground.
> 
> After this sequence gdb responds to CTRL+Z and CTRL+C. What could be wrong?

It works for me; does it work for you if you debug a simple process (I
usually use /bin/cat when I want something I can attach to)?

-- 
Daniel Jacobowitz
CodeSourcery


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