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 3e2fe82c823 Automatic date update in version.in new ffd09b625ef gdb: fixes for code_breakpoint::disabled_by_cond logic new e9709998fff gdb: restructure disable_breakpoints_in_unloaded_shlib new 8c48ec7a616 gdb: handle dprintf breakpoints when unloading a shared library new 0e9794f1f27 gdb: don't clear inserted flag in disable_breakpoints_in_un [...] new 4f578099f94 gdb: disable internal b/p when a solib is unloaded new 5770f680c91 gdb: handle empty locspec when printing breakpoints
The 6 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/breakpoint.c | 93 ++++++--- gdb/doc/gdb.texinfo | 5 + gdb/solib.c | 2 +- .../bp-disabled-by-cond-lib.c} | 8 +- .../{watchpoint-solib.c => bp-disabled-by-cond.c} | 49 ++--- gdb/testsuite/gdb.base/bp-disabled-by-cond.exp | 206 ++++++++++++++++++ ...t-catchpoint-cond.py => bp-disabled-by-cond.py} | 2 +- gdb/testsuite/gdb.base/dlmopen.exp | 48 +++++ gdb/testsuite/gdb.base/nostdlib.exp | 69 ++++--- .../connect.c => gdb.base/shlib-unload-lib.c} | 12 +- .../{watchpoint-solib.c => shlib-unload.c} | 50 ++--- gdb/testsuite/gdb.base/shlib-unload.exp | 230 +++++++++++++++++++++ .../gdb.base/{check-psymtab.c => shlib-unload.h} | 12 +- .../{reset-catchpoint-cond.py => shlib-unload.py} | 16 +- gdb/testsuite/gdb.trace/change-loc.exp | 2 + 15 files changed, 676 insertions(+), 128 deletions(-) copy gdb/testsuite/{gdb.replay/connect.c => gdb.base/bp-disabled-by-cond-lib.c} (91%) copy gdb/testsuite/gdb.base/{watchpoint-solib.c => bp-disabled-by-cond.c} (68%) create mode 100644 gdb/testsuite/gdb.base/bp-disabled-by-cond.exp copy gdb/testsuite/gdb.base/{reset-catchpoint-cond.py => bp-disabled-by-cond.py} (93%) copy gdb/testsuite/{gdb.replay/connect.c => gdb.base/shlib-unload-lib.c} (87%) copy gdb/testsuite/gdb.base/{watchpoint-solib.c => shlib-unload.c} (67%) create mode 100644 gdb/testsuite/gdb.base/shlib-unload.exp copy gdb/testsuite/gdb.base/{check-psymtab.c => shlib-unload.h} (84%) copy gdb/testsuite/gdb.base/{reset-catchpoint-cond.py => shlib-unload.py} (57%)