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 0198d5e6fc This patch similarly to the AArch64 one enables Dot Product [...] new d0fe47010f Allow enabling/disabling breakpoint location ranges new cc638e867c Breakpoint location parsing: always error instead of warning new cee62dbd87 Add base 'enable/disable invalid location range' tests new 95e95a6de2 Make breakpoint/location number parsing error output consistent
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 | 30 ++ gdb/NEWS | 3 + gdb/breakpoint.c | 368 ++++++++++++++------- gdb/cli/cli-utils.c | 16 +- gdb/doc/ChangeLog | 6 + gdb/doc/gdb.texinfo | 18 +- gdb/testsuite/ChangeLog | 24 ++ gdb/testsuite/gdb.base/ena-dis-br.exp | 9 +- .../ena-dis-br-range.cc} | 51 ++- gdb/testsuite/gdb.cp/ena-dis-br-range.exp | 237 +++++++++++++ 10 files changed, 617 insertions(+), 145 deletions(-) copy gdb/testsuite/{gdb.base/attach-non-pgrp-leader.c => gdb.cp/ena-dis-br-range.c [...] create mode 100644 gdb/testsuite/gdb.cp/ena-dis-br-range.exp