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 14e283ff4e0 gprofng: fix build with -Werror=format-truncation new 264f98902f2 event_location -> location_spec new 40d97ee21fc Eliminate the two-level data structures behind location_specs new 5c1ddcb69a0 Eliminate copy_location_spec new 238dc9af033 Convert location_spec_empty_p to a method new 7464aeaab47 Convert location_spec_type to a method new 709438c75ab Convert location_spec_to_string to a method new dac9773e172 Convert set_location_spec_string to a method
The 7 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/ada-lang.c | 4 +- gdb/ax-gdb.c | 6 +- gdb/break-catch-throw.c | 17 +- gdb/breakpoint.c | 377 +++++++++++----------- gdb/breakpoint.h | 62 ++-- gdb/cli/cli-cmds.c | 32 +- gdb/completer.c | 42 +-- gdb/elfread.c | 3 +- gdb/guile/scm-breakpoint.c | 21 +- gdb/linespec.c | 157 +++++----- gdb/linespec.h | 12 +- gdb/location.c | 662 +++++++++++++++------------------------ gdb/location.h | 359 +++++++++++++-------- gdb/mi/mi-cmd-break.c | 35 +-- gdb/probe.c | 8 +- gdb/probe.h | 4 +- gdb/python/py-breakpoint.c | 39 +-- gdb/python/py-finishbreakpoint.c | 6 +- gdb/python/python.c | 10 +- gdb/remote.c | 6 +- gdb/tracepoint.c | 6 +- 21 files changed, 883 insertions(+), 985 deletions(-)