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 b0bec5b64d Introduce the "with" command discards 8afc9d29c2 "maint test-settings set/show" -> "maint set/show test-settings" discards 4179dce67a Fix a few comments in maint-test-settings.c discards f25ac95623 Fix defaults of some "maint test-settings" subcommands discards 2722e0878b Make "info threads" use the gdb::option framework new 9507d5238b Make "info threads" use the gdb::option framework new 67f57a9be2 Fix defaults of some "maint test-settings" subcommands new 03c6774d01 Fix a few comments in maint-test-settings.c new 47f969f4d9 "maint test-settings set/show" -> "maint set/show test-settings" new 4b4de9f875 Introduce the "with" command new 2d3081ce81 Make complete_options save arguments too new 84f6d81919 pipe completer & var_string options
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 (b0bec5b64d) \ N -- N -- N refs/heads/users/palves/cli-options (84f6d81919)
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 7 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-cmds.c | 108 +++++++++++++++++++++++++++++++------ gdb/cli/cli-option.c | 146 +++++++++++++++++++++++++++++++++++++++++++-------- gdb/cli/cli-option.h | 21 ++++++++ gdb/thread.c | 4 +- 4 files changed, 239 insertions(+), 40 deletions(-)