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 e7cd2680e0 Correct check for endianness new a5e364af4a Introduce and use new_breakpoint_from_type new 3b0871f44a Create struct type for longjmp breakpoint new c1fc265720 C++ify breakpoint class hierarchy (destructors only)
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 | 118 ++++++++++++++++ gdb/ada-lang.c | 54 ++------ gdb/break-catch-sig.c | 27 ++-- gdb/break-catch-syscall.c | 26 ++-- gdb/break-catch-throw.c | 29 ++-- gdb/breakpoint.c | 336 ++++++++++++++++++++-------------------------- gdb/breakpoint.h | 23 +--- gdb/ctf.c | 4 +- gdb/mi/mi-cmd-break.c | 2 +- gdb/remote.c | 4 +- gdb/tracefile-tfile.c | 4 +- gdb/tracefile.c | 10 +- gdb/tracepoint.c | 20 +-- 13 files changed, 334 insertions(+), 323 deletions(-)