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 92c00f4228 Automatic date update in version.in new 62c222b6d9 Make parse_static_tracepoint_marker_definition work with mul [...] new 5d9310c4b8 Get rid of VEC(static_tracepoint_marker_p)
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 | 60 ++++++++++++++++++++++++ gdb/Makefile.in | 1 + gdb/breakpoint.c | 68 +++++++++++---------------- gdb/breakpoint.h | 2 +- gdb/common/rsp-low.c | 13 ++++-- gdb/common/rsp-low.h | 4 ++ gdb/linux-nat.c | 27 +++-------- gdb/remote.c | 34 ++++---------- gdb/target-debug.h | 6 +-- gdb/target-delegates.c | 30 ++++++------ gdb/target.h | 15 +++--- gdb/tracepoint.c | 90 +++++++++++------------------------- gdb/tracepoint.h | 22 +++++---- gdb/unittests/rsp-low-selftests.c | 12 +++++ gdb/unittests/tracepoint-selftests.c | 70 ++++++++++++++++++++++++++++ 15 files changed, 265 insertions(+), 189 deletions(-) create mode 100644 gdb/unittests/tracepoint-selftests.c