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 8f10c93233 gdb: Move DJGPP/go32 bits to their own tdep file new ffc2605c41 Introduce event_location_up new 93921405a4 Introduce command_line_up new 67d8990150 Change find_pcs_for_symtab_line to return a std::vector new 0e8621a0be Introduce gdb_dlhandle_up new c83dd86726 Change increment_reading_symtab to return a scoped_restore new 80a3b8c578 Remove cleanup_iconv new b24b0d6c3b Fix up wchar_iterator comment new 59d3651be7 Remove some cleanups from gnu-v3-abi.c new 4b217cc72b Remove some cleanups from location.c new 4d89769a7b C++ify mi_parse new 156d9eab86 Use scoped_restore in more places new 4c404b8be6 Use std::vector in reread_symbols new 52d214d3e1 Use std::vector in find_instruction_backward new 711799d513 Use std::vector in compile-loc2c.c new d28cd78ad8 Change breakpoint event locations to event_location_up new 16e802b9c0 Add a constructor and destructor to linespec_result new 8e9e35b180 Change linespec_result::location to be an event_location_up
The 17 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 | 225 +++++++++++++++++++++++++++++++++++++++ gdb/ax-gdb.c | 11 +- gdb/break-catch-throw.c | 14 +-- gdb/breakpoint.c | 217 +++++++++++++------------------------ gdb/breakpoint.h | 12 +-- gdb/c-exp.y | 4 +- gdb/charset.c | 43 +++++--- gdb/charset.h | 6 +- gdb/cli/cli-cmds.c | 43 +++----- gdb/cli/cli-decode.c | 10 +- gdb/cli/cli-script.c | 85 +++++---------- gdb/cli/cli-script.h | 9 +- gdb/compile/compile-c-support.c | 6 +- gdb/compile/compile-loc2c.c | 20 ++-- gdb/compile/compile.c | 12 +-- gdb/completer.c | 14 +-- gdb/d-exp.y | 4 +- gdb/defs.h | 28 +++-- gdb/dwarf2read.c | 2 +- gdb/elfread.c | 2 +- gdb/gdb-dlfcn.c | 45 +++----- gdb/gdb-dlfcn.h | 24 +++-- gdb/gnu-v3-abi.c | 54 ++++------ gdb/go-exp.y | 4 +- gdb/guile/guile.c | 35 ++---- gdb/guile/scm-breakpoint.c | 13 +-- gdb/guile/scm-ports.c | 3 +- gdb/jit.c | 42 ++++---- gdb/linespec.c | 66 +++--------- gdb/linespec.h | 45 ++++---- gdb/location.c | 121 ++++++++------------- gdb/location.h | 55 +++++----- gdb/mi/mi-cmd-break.c | 15 +-- gdb/mi/mi-main.c | 33 ++---- gdb/mi/mi-parse.c | 55 ++++------ gdb/mi/mi-parse.h | 13 ++- gdb/printcmd.c | 16 ++- gdb/psymtab.c | 3 +- gdb/python/py-breakpoint.c | 12 +-- gdb/python/py-finishbreakpoint.c | 10 +- gdb/python/py-linetable.c | 24 ++--- gdb/python/python.c | 21 ++-- gdb/remote.c | 2 +- gdb/spu-tdep.c | 8 +- gdb/symfile.c | 38 ++----- gdb/symfile.h | 2 +- gdb/symtab.c | 11 +- gdb/symtab.h | 6 +- gdb/tracepoint.c | 28 ++--- 49 files changed, 731 insertions(+), 840 deletions(-)