This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/palves/cxx-breakpoint-improvements-v2 in repository binutils-gdb.
discards 4e2488d423 Breakpoints in symbols with ABI tags (PR c++/19436) discards 2af96976c3 Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wi [...] new c954288a24 Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wi [...] new e17971f888 Breakpoints in symbols with ABI tags (PR c++/19436)
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (4e2488d423) \ N -- N -- N refs/heads/users/palves/cxx-breakpoint-improvements-v2 ( [...]
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
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/linespec.c | 22 ++++--- gdb/location.c | 9 +-- .../save-bp-qualified.cc} | 21 ++++-- gdb/testsuite/gdb.cp/save-bp-qualified.exp | 74 ++++++++++++++++++++++ gdb/testsuite/lib/gdb.exp | 6 +- 5 files changed, 110 insertions(+), 22 deletions(-) copy gdb/testsuite/{gdb.mi/list-thread-groups-available.c => gdb.cp/save-bp-qualif [...] create mode 100644 gdb/testsuite/gdb.cp/save-bp-qualified.exp