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 !?


> > Just don't try this at home:
> > 
> > (gdb) while 1
> > end
> > 
> > (but I suspect that's always been broken as well).
> 
> Is there even a QUIT in that code path?

I think so. With the patch I suggested, I can interrupt this loop
using Control-C. But I also see the 2 "Quit" acknoledgements, the
problem you mentionned long ago when you first reviewed my patch...

        (gdb) while 1
         >end
        ^CQuit
        (gdb) Quit

-- 
Joel


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