This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from ea04e54ca8 Fix testing gdb.rust/modules.exp against gdbserver new e2c33ac745 gdb/inflow.c: Move SIGTTOU temporary ignoring to a RAII class new 688fca4fe6 Fix swallowed "Quit" when inserting breakpoints new 38dc2859c4 Fix stdin ending up not registered after a Quit new d930703d68 Don't ever Quit out of resume new 9ccabccd15 Python unwinder sniffer: PyExc_KeyboardInterrupt -> Quit new a0922d80df Test breakpoint commands w/ "continue" + Ctrl-C
The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gdb/ChangeLog | 29 +++++ gdb/breakpoint.c | 41 ++++--- gdb/inf-loop.c | 10 +- gdb/inflow.c | 50 +++++--- gdb/infrun.c | 43 ++----- gdb/python/py-unwind.c | 7 ++ gdb/testsuite/ChangeLog | 5 + .../bp-cmds-continue-ctrl-c.c} | 13 +- gdb/testsuite/gdb.base/bp-cmds-continue-ctrl-c.exp | 136 +++++++++++++++++++++ 9 files changed, 258 insertions(+), 76 deletions(-) copy gdb/testsuite/{gdb.server/reconnect-ctrl-c.c => gdb.base/bp-cmds-continue-ctr [...] create mode 100644 gdb/testsuite/gdb.base/bp-cmds-continue-ctrl-c.exp