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]

GDB does not respond to CTRL+Z and CTRL+C


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?

Christoph


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