This is the mail archive of the gdb-prs@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]

[Bug gdb/16809] interrupt -a


https://sourceware.org/bugzilla/show_bug.cgi?id=16809

--- Comment #13 from Pedro Alves <palves at redhat dot com> ---
> Does pagination still break non-stop?  If not, remove the relevant text from
> gdb/doc/gdb.texinfo , node "Non-Stop mode", line 5781-5784.

Yeah, that text could use an update / clarification, thanks.

It doesn't break it in the sense that there are no other known issues that
weren't fixed by the fixes for PR17072 (both in master and 7.8).

But it still "breaks" it in the sense that if pagination occurs, target event
processing is paused until the user proceeds with the pagination.  So, e.g., if
the target needs hits a breakpoint that isn't supposed to be reported and needs
to be stepped over, it'll remain paused until the pagination is proceeded.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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