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 b2e586e850 Defer breakpoint reset when cloning progspace for fork child new 5ca3fcb669 Remove some unused variables in dwarf2read.c new ff4c9fec84 Replace dw2_get_cu/dw2_get_cutu with methods of dwarf2_per_objfile new 12359b5e8f Remove some usages of get_dwarf2_per_objfile new b76e467de3 Make dwarf2_per_objfile::all_comp_units an std::vector new b2bdb8cf39 Make dwarf2_per_objfile::all_type_units an std::vector new 6f14adc558 Replace make_cleanup_restore_current_traceframe with RAII class new 9b73db3673 Fix indentation in gdb.mi/mi-stack.exp new a0be7a3671 Fix gdb.mi/mi-stack.exp when gcc generates a stack protector
The 8 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/ChangeLog | 123 ++++++++++ gdb/dwarf-index-write.c | 29 ++- gdb/dwarf2read.c | 459 ++++++++++++++------------------------ gdb/dwarf2read.h | 42 ++-- gdb/infrun.c | 3 +- gdb/testsuite/ChangeLog | 10 + gdb/testsuite/gdb.mi/mi-stack.c | 2 +- gdb/testsuite/gdb.mi/mi-stack.exp | 113 +++++----- gdb/tracepoint.c | 40 +--- gdb/tracepoint.h | 17 +- 10 files changed, 414 insertions(+), 424 deletions(-)