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 934fcc7c916 Automatic date update in version.in new a6feefa6eb9 Revert "gdb: remove inline_frame::skipped_frames" new 3e9907d8496 gdb: make symbols const in struct inline_state new 56260065c80 gdb: Add 'maint info inline-frames' command new be85cdf4159 gdb: add 'maint info blocks' command new 0e643063351 gdb/testsuite: add no-delete-breakpoints option to 'runto' proc
The 5 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 | 13 + gdb/block.c | 123 +++++++++ gdb/doc/gdb.texinfo | 171 +++++++++++++ gdb/frame.c | 2 +- gdb/infcmd.c | 2 +- gdb/inline-frame.c | 285 ++++++++++++++++----- gdb/inline-frame.h | 2 +- ...ind.c => maint-info-inline-frames-and-blocks.c} | 33 ++- .../maint-info-inline-frames-and-blocks.exp | 214 ++++++++++++++++ gdb/testsuite/gdb.cp/breakpoint-shlib-func.exp | 13 +- .../gdb.debuginfod/fetch_src_and_symbols.exp | 19 +- gdb/testsuite/lib/gdb.exp | 17 +- 12 files changed, 781 insertions(+), 113 deletions(-) copy gdb/testsuite/gdb.base/{inline-frame-cycle-unwind.c => maint-info-inline-fram [...] create mode 100644 gdb/testsuite/gdb.base/maint-info-inline-frames-and-blocks.exp