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] Don't send queries to the MI interpreter


On 02/10/2017 07:05 PM, Simon Marchi wrote:
> 
> Note that we can trigger the same bug you mentioned higher with pagination.  For
> example, I have a huge list of breakpoints and I do "info break" on UI #1 then on
> UI #2.

I assume you mean that on UI #2 you do the same.

> Pressing enter on UI #1 unblocks UI #2, and the following enter crashes
> GDB.  So should we also say that pagination is only allowed on the main UI for the
> same reasons?

Yes, I think so.  The branch disabled it too, see filtering_enabled.

Thanks,
Pedro Alves


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