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 4d9b86e175 Make linux_ptrace_attach_fail_reason return an std::string new 4166753056 Fix gdb segv when objfile can't be opened
The 1 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 | 8 ++ gdb/gdb_bfd.c | 12 ++- gdb/gdb_bfd.h | 17 ++-- gdb/testsuite/ChangeLog | 8 ++ .../tui-layout.c => gdb.base/solib-vanish-lib1.c} | 6 +- .../tui-layout.c => gdb.base/solib-vanish-lib2.c} | 4 +- gdb/testsuite/gdb.base/solib-vanish-main.c | 75 +++++++++++++++ gdb/testsuite/gdb.base/solib-vanish.exp | 107 +++++++++++++++++++++ 8 files changed, 221 insertions(+), 16 deletions(-) copy gdb/testsuite/{gdb.tui/tui-layout.c => gdb.base/solib-vanish-lib1.c} (93%) copy gdb/testsuite/{gdb.tui/tui-layout.c => gdb.base/solib-vanish-lib2.c} (94%) create mode 100644 gdb/testsuite/gdb.base/solib-vanish-main.c create mode 100644 gdb/testsuite/gdb.base/solib-vanish.exp