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 b9c7eed0c24 This commit adds record full support for rv64gc instruction set new 3559d59953b gdb: print target in print_target_wait_results new 6a0da68c036 gdb: add convenience variables around linker namespace debugging new b1cbe15966c gdb: factor out printing a table of solibs for info sharedlibrary new dbbb9cfd370 GDB: Introduce "info linker-namespaces" command
The 4 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 | 11 ++ gdb/doc/gdb.texinfo | 28 +++ gdb/infrun.c | 27 ++- gdb/infrun.h | 3 +- gdb/remote.c | 2 +- gdb/solib-svr4.c | 55 ++++++ gdb/solib.c | 269 +++++++++++++++++++++------ gdb/solist.h | 4 + gdb/testsuite/gdb.base/default.exp | 2 + gdb/testsuite/gdb.base/dlmopen-ns-ids-main.c | 6 + gdb/testsuite/gdb.base/dlmopen-ns-ids.exp | 133 +++++++++++++ 11 files changed, 473 insertions(+), 67 deletions(-)