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 de364c377b7 gdb: fix line wrapping in new boxed hints when styling is enabled new 2dd4e9dbc5e gdb: test for misplaced symtab causing file not found error new 70b66cf338b gdb: avoid creating misplaced symtabs for dwz files
The 2 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/dwarf2/cu.c | 13 +- gdb/dwarf2/line-header.c | 23 ++ gdb/dwarf2/line-header.h | 13 +- gdb/dwarf2/line-program.c | 19 +- gdb/dwarf2/read.c | 10 +- .../gdb.base/{duplicate-bp.c => dwz-symtabs-bar.c} | 30 +- .../{attach-deleted-exec.c => dwz-symtabs-bar.h} | 16 +- .../dwz-symtabs-common.h} | 21 +- gdb/testsuite/gdb.base/dwz-symtabs-foo.c | 79 +++++ ...{bg-exec-sigint-bp-cond.c => dwz-symtabs-foo.h} | 22 +- .../{break-unload-file.c => dwz-symtabs-main.c} | 15 +- gdb/testsuite/gdb.base/dwz-symtabs.exp | 188 ++++++++++ .../solib-with-dwz-bar.c} | 30 +- .../solib-with-dwz-bar.h} | 16 +- .../solib-with-dwz-common.h} | 21 +- gdb/testsuite/gdb.debuginfod/solib-with-dwz-foo.c | 79 +++++ .../solib-with-dwz-foo.h} | 22 +- .../solib-with-dwz-main.c} | 15 +- gdb/testsuite/gdb.debuginfod/solib-with-dwz.exp | 378 +++++++++++++++++++++ gdb/testsuite/lib/gdb.exp | 34 ++ 20 files changed, 902 insertions(+), 142 deletions(-) copy gdb/testsuite/gdb.base/{duplicate-bp.c => dwz-symtabs-bar.c} (68%) copy gdb/testsuite/gdb.base/{attach-deleted-exec.c => dwz-symtabs-bar.h} (76%) copy gdb/testsuite/{gdb.dwarf2/break-inline-psymtab-2.c => gdb.base/dwz-symtabs-co [...] create mode 100644 gdb/testsuite/gdb.base/dwz-symtabs-foo.c copy gdb/testsuite/gdb.base/{bg-exec-sigint-bp-cond.c => dwz-symtabs-foo.h} (72%) copy gdb/testsuite/gdb.base/{break-unload-file.c => dwz-symtabs-main.c} (80%) create mode 100644 gdb/testsuite/gdb.base/dwz-symtabs.exp copy gdb/testsuite/{gdb.base/duplicate-bp.c => gdb.debuginfod/solib-with-dwz-bar.c} (68%) copy gdb/testsuite/{gdb.base/attach-deleted-exec.c => gdb.debuginfod/solib-with-dw [...] copy gdb/testsuite/{gdb.dwarf2/break-inline-psymtab-2.c => gdb.debuginfod/solib-wi [...] create mode 100644 gdb/testsuite/gdb.debuginfod/solib-with-dwz-foo.c copy gdb/testsuite/{gdb.base/bg-exec-sigint-bp-cond.c => gdb.debuginfod/solib-with [...] copy gdb/testsuite/{gdb.base/watchpoint-delete.c => gdb.debuginfod/solib-with-dwz- [...] create mode 100644 gdb/testsuite/gdb.debuginfod/solib-with-dwz.exp