This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/gdb.
from cced7cacec gdb: preserve `|` in connection details string adds e53c95d40b gdb: use ptid_t::to_string instead of target_pid_to_str in d [...] adds dab863ef40 Remove a use of xfree in location.c adds 7910e2dee3 Boolify explicit_to_string_internal adds 49a9cf56ff Remove EL_* macros from location.c adds 2b0c285ea5 Split event_location into subclasses adds 85e428a69f Use std::string in event_location adds 5947982f1d Simplify event_location_probe adds 7904e9613e Move gdb_argv to gdbsupport
No new revisions were added by this update.
Summary of changes: gdb/btrace.c | 10 +- gdb/cli/cli-decode.h | 1 + gdb/compile/compile.c | 1 + gdb/displaced-stepping.c | 4 +- gdb/dummy-frame.c | 2 +- gdb/exec.c | 1 + gdb/gnu-nat.c | 10 +- gdb/guile/scm-string.c | 1 + gdb/inferior.c | 1 + gdb/infrun.c | 1 + gdb/interps.c | 1 + gdb/linespec.c | 8 +- gdb/linux-nat.c | 92 ++++---- gdb/location.c | 568 +++++++++++++++++++++++++---------------------- gdb/location.h | 19 +- gdb/probe.c | 2 +- gdb/psymtab.c | 1 + gdb/record-btrace.c | 16 +- gdb/remote.c | 4 +- gdb/skip.c | 1 + gdb/source.c | 1 + gdb/stack.c | 1 + gdb/symfile.c | 1 + gdb/symmisc.c | 1 + gdb/thread.c | 4 +- gdb/tracefile.c | 1 + gdb/tracepoint.c | 1 + gdb/utils.c | 12 +- gdb/utils.h | 174 --------------- gdbsupport/buildargv.h | 204 +++++++++++++++++ 30 files changed, 598 insertions(+), 546 deletions(-) create mode 100644 gdbsupport/buildargv.h