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 f3d3bbbcdd8 Fix value chain use-after-free new 522044dc5fa Introduce gdb_exception_forced_quit new 63509715af8 Handle gdb SIGTERM by throwing / catching gdb_exception_force_quit new b1ffd1124a8 Catch gdb_exception_error instead of gdb_exception (in many [...] new b940a061c0d Python QUIT processing updates new 53f1f3d4aa7 Guile QUIT processing updates new 363429d593e QUIT processing w/ explicit throw for gdb_exception_forced_quit new 80d03917838 Introduce set_force_quit_flag and change type of sync_quit_ [...] new 96e3f4e3c32 Forced quit cases handled by resetting sync_quit_force_run
The 8 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/ada-lang.c | 2 +- gdb/breakpoint.c | 8 ++++---- gdb/defs.h | 5 ++++- gdb/event-top.c | 15 ++++++++++++--- gdb/guile/guile-internal.h | 5 +++++ gdb/guile/scm-pretty-print.c | 5 +++++ gdb/guile/scm-type.c | 5 +++++ gdb/guile/scm-value.c | 5 +++++ gdb/i386-linux-tdep.c | 2 +- gdb/inf-loop.c | 2 +- gdb/infcmd.c | 2 +- gdb/infrun.c | 2 +- gdb/jit.c | 2 +- gdb/linux-fork.c | 12 ++++++++++++ gdb/main.c | 12 ++++++++++++ gdb/mi/mi-cmd-break.c | 2 +- gdb/mi/mi-interp.c | 2 +- gdb/mi/mi-main.c | 4 ++++ gdb/objc-lang.c | 2 +- gdb/parse.c | 2 +- gdb/printcmd.c | 2 +- gdb/python/py-finishbreakpoint.c | 5 +++++ gdb/python/py-gdb-readline.c | 4 ++++ gdb/python/py-symbol.c | 5 +++++ gdb/python/py-utils.c | 3 +++ gdb/python/py-value.c | 5 +++++ gdb/record-btrace.c | 2 +- gdb/record-full.c | 2 +- gdb/remote-fileio.c | 13 +++++++++---- gdb/solib.c | 2 +- gdb/sparc64-linux-tdep.c | 2 +- gdb/symfile-mem.c | 2 +- gdb/top.h | 2 +- gdb/tui/tui-io.c | 8 ++++++++ gdb/tui/tui.c | 7 +++++++ gdb/utils.c | 4 ++-- gdbsupport/common-exceptions.cc | 14 ++++++++++++++ gdbsupport/common-exceptions.h | 22 +++++++++++++++++++++- 38 files changed, 168 insertions(+), 32 deletions(-)