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 0df62bf09ec gdb: Support some escaping of args with startup-with-shell [...] new 536b7935a46 gdb/testsuite: restructure gdb.base/dlmopen.exp new 9da3b735470 gdb: include a still-mapped flag in solib unload notification new 11bd5aef5e6 gdb/mi: include ranges in =library-unloaded event
The 3 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 | 12 + gdb/breakpoint.c | 11 +- gdb/bsd-uthread.c | 5 +- gdb/doc/gdb.texinfo | 20 +- gdb/interps.c | 4 +- gdb/interps.h | 14 +- gdb/mi/mi-interp.c | 26 ++- gdb/mi/mi-interp.h | 2 +- gdb/observable.h | 3 +- gdb/solib.c | 30 ++- gdb/testsuite/gdb.base/dlmopen.exp | 244 ++++++++++++++++++--- .../mi-dlmopen-lib-dep.c} | 2 +- .../dlmopen-lib.c => gdb.mi/mi-dlmopen-lib.c} | 2 +- .../dlmopen-main.c => gdb.mi/mi-dlmopen.c} | 10 +- gdb/testsuite/gdb.mi/mi-dlmopen.exp | 222 +++++++++++++++++++ gdb/testsuite/lib/gdb.exp | 33 +++ gdb/testsuite/lib/prelink-support.exp | 33 --- 17 files changed, 565 insertions(+), 108 deletions(-) copy gdb/testsuite/{gdb.base/dlmopen-lib-dep.c => gdb.mi/mi-dlmopen-lib-dep.c} (93%) copy gdb/testsuite/{gdb.base/dlmopen-lib.c => gdb.mi/mi-dlmopen-lib.c} (94%) copy gdb/testsuite/{gdb.base/dlmopen-main.c => gdb.mi/mi-dlmopen.c} (89%) create mode 100644 gdb/testsuite/gdb.mi/mi-dlmopen.exp