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: [PATCH] Make file-based lookup more interruptable


On Tue, Jun 2, 2015 at 6:08 AM, Yao Qi <qiyaoltc@gmail.com> wrote:
>>> >However, this change isn't performance improvement, because it doesn't
>>> >shorten the time of operation like "b 'foo.c':bar".
>>
>> Oh?
>> "b 'foo.c':bar" + ^c changes from 10min to 10sec (or some such).
>> How is this any different?
>>
>
> Operation "b 'foo.c':bar" becomes more interruptable rather than more
> efficient.

Eh?
I'm sorry but the difference is just lost on me.

Ok, how about we add a rule saying that the addition of any calls to
QUIT shall require a NEWS entry.
[Since that is what you are requesting.]


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