]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
Report architecture-specific signal information for core files.
authorJohn Baldwin <jhb@FreeBSD.org>
Wed, 22 Jul 2020 00:28:16 +0000 (17:28 -0700)
committerJohn Baldwin <jhb@FreeBSD.org>
Wed, 22 Jul 2020 00:28:16 +0000 (17:28 -0700)
commitad97bfc5332dddb57e0475459f0dfeed5ed8ccfd
treeb13e6828241417a1bf5a16709becdcc02250f855
parent272bb05cc59ccfbb15f9e496d4d2ec243e08473c
Report architecture-specific signal information for core files.

When opening a core file, if the process terminated due to a signal,
invoke the gdbarch report_signal_info hook to report
architecture-specific information about the signal.

gdb/ChangeLog:

* corelow.c (core_target_open): Invoke gdbarch report_signal_info
hook if present.
gdb/ChangeLog
gdb/corelow.c