This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/palves/cli-options in repository binutils-gdb.
discards 6eea66bf90 thread|frame apply completers discards 5a7ce840c6 frame-apply more options discards e25c2c551d bt docs discards b6ffeacffb Introduce generic CLI options framework, support "print -opt [...] new 2d72171fc8 Fix TID parser bug new d8de975eab number_or_range_parser::get_number, don't treat "1 -" as a range new e33bd5169a Introduce generic CLI options framework, support "print -opt [...]
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (6eea66bf90) \ N -- N -- N refs/heads/users/palves/cli-options (e33bd5169a)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 3 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/cli/cli-option.c | 159 +++++++++----- gdb/cli/cli-option.h | 11 +- gdb/cli/cli-utils.c | 13 +- gdb/compile/compile.c | 5 +- gdb/completer.c | 10 - gdb/completer.h | 6 - gdb/doc/gdb.texinfo | 89 ++++---- gdb/maint.c | 128 +++++++++-- gdb/printcmd.c | 21 +- gdb/stack.c | 179 +++++++++++---- gdb/stack.h | 5 + gdb/testsuite/gdb.base/options.exp | 363 ++++++++++++++++++++++++------- gdb/testsuite/gdb.multi/tids.exp | 16 +- gdb/testsuite/lib/completion-support.exp | 39 +++- gdb/thread.c | 114 +++++----- gdb/tid-parse.c | 16 +- gdb/tid-parse.h | 3 + gdb/valprint.c | 22 +- gdb/valprint.h | 11 +- 19 files changed, 832 insertions(+), 378 deletions(-)