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 9a33a0b9c65 Not append rela for absolute symbol new 522875f679b gdb/corefile: don't pretend unavailable sections are readable new a47a679c769 gdb/corefile: improve file backed mapping handling new fa826a4bbe9 gdb: improve shared library build-id check for core-files new 8358d39b4f0 gdb: unify build-id to objfile lookup code new 4076f962e8c gdb: split apart two different types of filename completion new dc22ab49e9b gdb: deprecated filename_completer and associated functions new 35036875913 gdb: improve escaping when completing filenames new 1d1df753977 gdb: move display of completion results into completion_res [...] new bbbfe4af4fb gdb: simplify completion_result::print_matches new 2bebc9ee270 gdb: add match formatter mechanism for 'complete' command output new f2f866c6ca8 gdb: apply escaping to filenames in 'complete' results new 8f87fcb1daf gdb: improve gdb_rl_find_completion_word for quoted words new 67b8e30af90 gdb: implement readline rl_directory_rewrite_hook callback new 1217ae6726a gdb: new extract_single_filename_arg helper function new 1be3b2e82f7 gdb: extend completion of quoted filenames to work in brkch [...] new d552429edae gdb: add remove-symbol-file command completion new e454ae416a0 gdb: allow quoted filenames for commands that have custom c [...] new 03ad29c86c2 gdb: 'target ...' commands now expect quoted/escaped filenames
The 18 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 | 21 + gdb/auto-load.c | 4 +- gdb/breakpoint.c | 4 +- gdb/build-id.c | 42 +- gdb/build-id.h | 22 +- gdb/cli/cli-cmds.c | 35 +- gdb/cli/cli-decode.c | 8 +- gdb/cli/cli-dump.c | 6 +- gdb/compile/compile.c | 11 +- gdb/completer.c | 643 +++++++++++++++-- gdb/completer.h | 90 ++- gdb/corefile.c | 3 +- gdb/corelow.c | 781 ++++++++++++++++----- gdb/doc/gdb.texinfo | 19 + gdb/dwarf2/index-write.c | 8 +- gdb/exec.c | 12 +- gdb/gdbcore.h | 66 ++ gdb/guile/scm-cmd.c | 2 +- gdb/infcmd.c | 12 +- gdb/inferior.c | 2 +- gdb/jit.c | 2 +- gdb/python/py-cmd.c | 2 +- gdb/record-full.c | 4 +- gdb/record.c | 2 +- gdb/skip.c | 2 +- gdb/solib-aix.c | 5 + gdb/solib-darwin.c | 5 + gdb/solib-dsbt.c | 5 + gdb/solib-frv.c | 5 + gdb/solib-svr4.c | 10 + gdb/solib-target.c | 5 + gdb/solib.c | 123 ++-- gdb/solib.h | 7 - gdb/solist.h | 22 + gdb/source.c | 2 +- gdb/symfile.c | 120 +++- gdb/target-descriptions.c | 31 +- gdb/testsuite/gdb.base/batch-exit-status.exp | 4 +- gdb/testsuite/gdb.base/corefile.exp | 39 + gdb/testsuite/gdb.base/filename-completion.exp | 319 +++++++-- gdb/testsuite/gdb.base/solib-search.exp | 6 +- gdb/testsuite/gdb.base/sym-file.exp | 258 +++---- gdb/testsuite/gdb.compile/compile.exp | 2 +- .../corefile-mapped-file-1.c} | 8 +- .../corefile-mapped-file-2.c} | 6 +- .../corefile-mapped-file-3.c} | 48 +- .../gdb.debuginfod/corefile-mapped-file.exp | 380 ++++++++++ .../solib-with-soname-1.c} | 47 +- .../solib-with-soname-2.c} | 28 +- gdb/testsuite/gdb.debuginfod/solib-with-soname.exp | 290 ++++++++ gdb/testsuite/lib/gdb.exp | 17 +- gdb/tracectf.c | 12 +- gdb/tracefile-tfile.c | 17 +- gdb/utils.c | 18 + gdb/utils.h | 14 + 55 files changed, 2922 insertions(+), 734 deletions(-) copy gdb/testsuite/{gdb.base/run-fail-twice.c => gdb.debuginfod/corefile-mapped-fi [...] copy gdb/testsuite/{gdb.base/run-fail-twice.c => gdb.debuginfod/corefile-mapped-fi [...] copy gdb/testsuite/{gdb.threads/hand-call-new-thread.c => gdb.debuginfod/corefile- [...] create mode 100644 gdb/testsuite/gdb.debuginfod/corefile-mapped-file.exp copy gdb/testsuite/{gdb.arch/skip-prologue.c => gdb.debuginfod/solib-with-soname-1 [...] copy gdb/testsuite/{gdb.dap/modules.c => gdb.debuginfod/solib-with-soname-2.c} (71%) create mode 100644 gdb/testsuite/gdb.debuginfod/solib-with-soname.exp