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 0b982d685e python doc: Rework Breakpoint.__init__ doc new 60a20c1907 Factor out final completion match string building new a22ecf7026 Fix regression: expression completer and scope operator (PR [...] new 6892d2e4df Tighten regexp of lib/completion-support.exp:test_gdb_comple [...] new b89641bab5 python: Add qualified parameter to gdb.Breakpoint
The 4 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 | 44 +++++++++++ gdb/NEWS | 4 +- gdb/cli/cli-decode.c | 41 +--------- gdb/completer.c | 115 ++++++++++++++++++++--------- gdb/completer.h | 24 +++++- gdb/doc/ChangeLog | 5 ++ gdb/doc/python.texi | 13 +++- gdb/interps.c | 20 +---- gdb/location.c | 4 +- gdb/location.h | 11 ++- gdb/python/py-breakpoint.c | 17 ++++- gdb/symtab.c | 52 +------------ gdb/testsuite/ChangeLog | 21 ++++++ gdb/testsuite/gdb.cp/cpcompletion.exp | 42 +++++++++++ gdb/testsuite/gdb.cp/pr9594.cc | 13 ++++ gdb/testsuite/gdb.python/py-breakpoint.c | 8 ++ gdb/testsuite/gdb.python/py-breakpoint.exp | 76 ++++++++++++++++++- gdb/testsuite/lib/completion-support.exp | 7 +- 18 files changed, 357 insertions(+), 160 deletions(-)