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.
from 72db75b94f Introduce generic CLI options framework, support "print -opt [...] new 578d317e7c Fix print -1 and "print -a" (ambiguous) new 5058c21b84 thread apply loops new b2fbf1fb1a fix compile new 483300051f fix gdb.pascal/float new a894e9c663 fix thread-find new 5a43c6199f frame-arguments new e874b4b910 fix completion.exp
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-decode.c | 102 +++++++++++++++++++++++++----------- gdb/cli/cli-option.c | 20 ++++--- gdb/cli/cli-option.h | 5 +- gdb/cli/cli-utils.c | 76 +++++++++++++-------------- gdb/cli/cli-utils.h | 21 ++++---- gdb/command.h | 5 ++ gdb/compile/compile.c | 3 ++ gdb/completer.c | 9 +++- gdb/stack.c | 32 +++++------ gdb/testsuite/gdb.pascal/floats.exp | 8 +-- gdb/thread.c | 24 ++++----- gdb/unittests/cli-utils-selftests.c | 2 + 12 files changed, 178 insertions(+), 129 deletions(-)