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 5f9aecea0d RISC-V: Pc-rel to gp-rel relaxation function cleanup. new f67ffa6a78 gdb: Change how frames are selected for 'frame' and 'info frame'.
The 1 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 | 39 ++ gdb/NEWS | 8 + gdb/cli/cli-decode.c | 44 +- gdb/command.h | 14 + gdb/doc/ChangeLog | 8 + gdb/doc/gdb.texinfo | 111 +++-- gdb/mi/mi-cmd-stack.c | 77 ++- gdb/stack.c | 526 ++++++++++++++------- gdb/stack.h | 6 +- gdb/testsuite/ChangeLog | 5 + .../bar.c => gdb.base/frame-selection.c} | 35 +- gdb/testsuite/gdb.base/frame-selection.exp | 188 ++++++++ 12 files changed, 851 insertions(+), 210 deletions(-) copy gdb/testsuite/{gdb.ada/bp_c_mixed_case/bar.c => gdb.base/frame-selection.c} (71%) create mode 100644 gdb/testsuite/gdb.base/frame-selection.exp