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 1eb397a6d20 arc: add_to_decodelist new d3d13bf876a gdb: add gdbarch method to get execution context from core file new 60045671656 gdb: parse and set the inferior environment from core files new ad24bc3b505 gdb/testsuite: make some of the core file / build-id tests harder new 44a61f1b9f1 gdb: improve GDB's ability to auto-load the exec for a core file new 671c82e945f gdb/freebsd: port core file context parsing to FreeBSD
The 5 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/arch-utils.c | 26 ++ gdb/arch-utils.h | 89 ++++++ gdb/corefile.c | 10 + gdb/corelow.c | 201 +++++++++++-- gdb/fbsd-tdep.c | 134 +++++++++ gdb/gdbarch-gen.c | 22 ++ gdb/gdbarch-gen.h | 15 + gdb/gdbarch.h | 1 + gdb/gdbarch_components.py | 20 ++ gdb/linux-tdep.c | 315 +++++++++++++++++++++ gdb/testsuite/gdb.base/coredump-filter.exp | 17 +- gdb/testsuite/gdb.base/corefile-buildid.exp | 252 +++++++---------- .../corefile-exec-context.c} | 5 +- gdb/testsuite/gdb.base/corefile-exec-context.exp | 165 +++++++++++ .../corefile-find-exec.c} | 5 +- gdb/testsuite/gdb.base/corefile-find-exec.exp | 252 +++++++++++++++++ gdb/testsuite/gdb.base/corefile.exp | 9 + 17 files changed, 1359 insertions(+), 179 deletions(-) copy gdb/testsuite/{gdb.dwarf2/dw2-aranges.c => gdb.base/corefile-exec-context.c} (92%) create mode 100644 gdb/testsuite/gdb.base/corefile-exec-context.exp copy gdb/testsuite/{gdb.dwarf2/dw2-aranges.c => gdb.base/corefile-find-exec.c} (92%) create mode 100644 gdb/testsuite/gdb.base/corefile-find-exec.exp