This is the mail archive of the gdb-patches@sources.redhat.com 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: [RFA/RFC] QUIT doesn't seem to be working !?


> Yes.  I did a quick user poll over lunch and everyone indicated that 
> contrl-c "works for me" (the sample included heavy java and C++ users!).

I am a bit surprised by this, because, as far as I can remember, I
couldn't understand how this feature could work (no offense meant,
just to say that it appeared that this functionality was not just
broken under certain circumstances, but instead was never working).

For me, Control-C is working when the debugger is waiting for an event
from the inferior. However, it is not working when the debugger is
busy inside a greedy loop (ie the QUIT macro does not abort the
loop).

-- 
Joel


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