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 88108bf28c Automatic date update in version.in new 935676c92f Convert generic probe interface to C++ (and perform some cleanups) new 0e9ae10f5f Convert SystemTap probe interface to C++ (and perform some c [...] new 9c23b42ffa Convert DTrace probe interface to C++ (and perform some cleanups)
The 3 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 | 251 ++++++++++++++++++++++ gdb/break-catch-throw.c | 16 +- gdb/breakpoint.c | 20 +- gdb/dtrace-probe.c | 550 ++++++++++++++++++++++++------------------------ gdb/elfread.c | 4 +- gdb/infrun.c | 2 +- gdb/location.c | 2 +- gdb/probe.c | 436 ++++++++++++++++---------------------- gdb/probe.h | 358 ++++++++++++++++--------------- gdb/solib-svr4.c | 36 ++-- gdb/stap-probe.c | 534 +++++++++++++++++++++++----------------------- gdb/symfile.h | 2 +- gdb/symtab.h | 4 +- gdb/tracepoint.c | 16 +- 14 files changed, 1192 insertions(+), 1039 deletions(-)