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 cc9faa98adc PR28198, Support # as linker script comment marker new fb550a919a8 gdb: terminate upon receipt of SIGFPE new bbefac7df96 gdb: register signal handler after setting up event token new 270135645b5 gdb: rename async_init_signals to gdb_init_signals new 6aa4f97c2b8 gdb: print backtrace on fatal SIGSEGV new d03277b7979 gdb: register SIGBUS, SIGFPE, and SIGABRT handlers new 0e6e4b599a1 gdb: don't print backtrace when dumping core after an inter [...]
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/NEWS | 7 + gdb/config.in | 6 + gdb/configure | 51 +++++ gdb/configure.ac | 22 ++ gdb/doc/gdb.texinfo | 18 ++ gdb/event-top.c | 227 +++++++++++++++------ gdb/event-top.h | 2 +- .../mi-start.c => gdb.base/bt-on-fatal-signal.c} | 2 +- gdb/testsuite/gdb.base/bt-on-fatal-signal.exp | 173 ++++++++++++++++ gdb/top.c | 2 +- gdb/ui-file.h | 9 + gdb/utils.c | 5 + 12 files changed, 457 insertions(+), 67 deletions(-) copy gdb/testsuite/{gdb.mi/mi-start.c => gdb.base/bt-on-fatal-signal.c} (92%) create mode 100644 gdb/testsuite/gdb.base/bt-on-fatal-signal.exp