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 afeee87bdc2 Automatic date update in version.in new b5fa468fef4 gdb/breakpoint: disable a bp location if condition is inval [...] new 733d554a462 gdb/breakpoint: add flags to 'condition' and 'break' comman [...]
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 | 44 ++++ gdb/NEWS | 22 ++ gdb/ada-lang.c | 2 +- gdb/breakpoint.c | 282 +++++++++++++++++---- gdb/breakpoint.h | 12 +- gdb/doc/ChangeLog | 12 + gdb/doc/gdb.texinfo | 70 +++++ gdb/guile/scm-breakpoint.c | 2 +- gdb/linespec.c | 18 +- gdb/python/py-breakpoint.c | 2 +- gdb/testsuite/ChangeLog | 14 + ...{condbreak-bad.c => condbreak-multi-context.cc} | 34 ++- gdb/testsuite/gdb.base/condbreak-multi-context.exp | 255 +++++++++++++++++++ gdb/testsuite/gdb.linespec/cpcompletion.exp | 12 +- gdb/testsuite/gdb.linespec/explicit.exp | 1 + gdb/testsuite/lib/completion-support.exp | 2 +- 16 files changed, 713 insertions(+), 71 deletions(-) copy gdb/testsuite/gdb.base/{condbreak-bad.c => condbreak-multi-context.cc} (74%) create mode 100644 gdb/testsuite/gdb.base/condbreak-multi-context.exp