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 78da84f994 MIPS/LD/testsuite: Correct mips-elf.exp test ABI/emul/endian [...] new 529c08b25e Add helper functions parse_flags and parse_flags_qcs new 6a70eb7d9b Implement frame apply [all | COUNT | -COUNT | level LEVEL... [...] new 1fe75df7eb Add [FLAG]... arguments to 'thread apply'. new 0a2323003c Documents the new commands 'frame apply', faas, taas, tfaas new a14c4daab2 Announce the user visible changes for frame/thread apply in NEWS. new 3606ccab0f Add a test for 'frame apply' new 5759ebb3b3 Modify gdb.threads/pthreads.exp to test FLAG qcs arguments f [...] new bc7b042bcb Add a self-test for cli-utils.c
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 | 48 ++++ gdb/Makefile.in | 1 + gdb/NEWS | 27 ++ gdb/cli/cli-utils.c | 96 ++++++- gdb/cli/cli-utils.h | 45 ++- gdb/doc/ChangeLog | 7 + gdb/doc/gdb.texinfo | 188 ++++++++++++- gdb/stack.c | 308 +++++++++++++++++++-- gdb/testsuite/ChangeLog | 14 + .../gdb.base/{attach-wait-input.c => frameapply.c} | 57 +++- gdb/testsuite/gdb.base/frameapply.exp | 217 +++++++++++++++ gdb/testsuite/gdb.base/skip.exp | 6 +- gdb/testsuite/gdb.threads/pthreads.exp | 83 +++++- gdb/thread.c | 133 +++++++-- gdb/unittests/cli-utils-selftests.c | 253 +++++++++++++++++ 15 files changed, 1404 insertions(+), 79 deletions(-) copy gdb/testsuite/gdb.base/{attach-wait-input.c => frameapply.c} (64%) create mode 100644 gdb/testsuite/gdb.base/frameapply.exp create mode 100644 gdb/unittests/cli-utils-selftests.c