This is the mail archive of the gdb-patches@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: [RFC] Patch for QUIT macro support


On Friday 13 October 2006 05:43, Fred Fish wrote:
> To test a possible fix for this, I made the following change:

OK, guess I should keep up with the gdb-patches list more, particularly
before posting.  :-)

I see Nick Roberts just posted a patch a few hours earlier that
addresses the issue of where quit_flag is set.  It also occured to
me after posting my quick and dirty patch that it probably wasn't
necessary to jump all the way back into the event loop signal
handling code, just simply continue to check for the quit_flag
and call quit when it's set.

-Fred




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