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: Unable to interrupt a stepping GDB


On Tue, Mar 20, 2007 at 02:23:38PM +0100, Sascha Radike wrote:
> Should I raise a bug ? Does anyone know how to fix this?

Not offhand, but I agree that it should be fixed.  Our way of
handling user Control-C is very complicated, though.

There's a "QUIT;" in resume() already.  It looks like that's supposed
to accomplish what you want, but we're not setting the flag it checks
in time.  I guess the question is which of the various SIGINT handlers
is running for you.

-- 
Daniel Jacobowitz
CodeSourcery


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