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 7d0e2ecede Add myself to gdb/MAINTAINERS new 6e035501e1 MI: extract command completion logic from complete_command() new 2664858829 MI: Add new command -complete
The 2 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 | 14 +++++ gdb/NEWS | 7 +++ gdb/cli/cli-cmds.c | 29 +-------- gdb/completer.c | 35 +++++++++++ gdb/completer.h | 7 +++ gdb/doc/ChangeLog | 5 ++ gdb/doc/gdb.texinfo | 65 +++++++++++++++++++ gdb/mi/mi-cmds.c | 1 + gdb/mi/mi-cmds.h | 1 + gdb/mi/mi-main.c | 45 ++++++++++++++ gdb/testsuite/ChangeLog | 5 ++ .../qux.c => gdb.mi/mi-complete.cc} | 21 ++++++- gdb/testsuite/gdb.mi/mi-complete.exp | 72 ++++++++++++++++++++++ 13 files changed, 278 insertions(+), 29 deletions(-) copy gdb/testsuite/{gdb.ada/bp_c_mixed_case/qux.c => gdb.mi/mi-complete.cc} (75%) create mode 100644 gdb/testsuite/gdb.mi/mi-complete.exp