This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-arm in repository toolchain/ci/gdb.
from 7904e9613e Move gdb_argv to gdbsupport new bf31fd38f0 Move gdb obstack code to gdbsupport new 0589ca4e7b Introduce gdb-hashtab module in gdbsupport new d322d6d69d Move gdb_regex to gdbsupport
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/Makefile.in | 4 --- gdb/ada-lang.c | 4 +-- gdb/addrmap.c | 2 +- gdb/auto-load.c | 2 +- gdb/bcache.c | 2 +- gdb/block.c | 2 +- gdb/break-catch-throw.c | 4 +-- gdb/breakpoint.c | 2 +- gdb/bsd-uthread.c | 2 +- gdb/buildsym.c | 2 +- gdb/buildsym.h | 2 +- gdb/c-lang.c | 2 +- gdb/c-typeprint.c | 2 +- gdb/charset.c | 2 +- gdb/cli/cli-cmds.c | 2 +- gdb/cli/cli-decode.c | 2 +- gdb/cli/cli-decode.h | 2 +- gdb/coffread.c | 2 +- gdb/compile/compile-internal.h | 1 + gdb/completer.h | 1 + gdb/cp-namespace.c | 2 +- gdb/cp-support.h | 2 +- gdb/cp-valprint.c | 2 +- gdb/d-namespace.c | 2 +- gdb/dbxread.c | 2 +- gdb/dictionary.c | 2 +- gdb/dwarf2/read.h | 2 +- gdb/eval.c | 2 +- gdb/f-typeprint.c | 2 +- gdb/filename-seen-cache.h | 1 + gdb/frame-base.c | 2 +- gdb/frame-unwind.c | 2 +- gdb/frame.c | 2 +- gdb/gdbarch.h | 2 +- gdb/gdbtypes.h | 3 +- gdb/gnu-nat.c | 2 +- gdb/go-lang.c | 2 +- gdb/i386-windows-tdep.c | 2 +- gdb/linux-tdep.c | 4 +-- gdb/m2-typeprint.c | 2 +- gdb/macroexp.c | 2 +- gdb/macrotab.c | 2 +- gdb/mdebugread.c | 2 +- gdb/mi/mi-cmd-break.c | 2 +- gdb/mi/mi-cmd-file.c | 2 +- gdb/namespace.h | 2 +- gdb/objc-lang.c | 2 +- gdb/objfiles.c | 2 +- gdb/objfiles.h | 2 +- gdb/p-typeprint.c | 2 +- gdb/p-valprint.c | 2 +- gdb/probe.c | 2 +- gdb/producer.c | 2 +- gdb/psymtab.c | 2 +- gdb/psymtab.h | 2 +- gdb/python/py-unwind.c | 2 +- gdb/reggroups.c | 2 +- gdb/rust-parse.c | 4 +-- gdb/skip.c | 2 +- gdb/solib.c | 2 +- gdb/source.c | 2 +- gdb/stabsread.c | 2 +- gdb/symfile.c | 2 +- gdb/symmisc.c | 4 +-- gdb/symtab.c | 4 +-- gdb/symtab.h | 4 +-- gdb/target-descriptions.c | 2 +- gdb/thread.c | 2 +- gdb/typeprint.c | 2 +- gdb/typeprint.h | 2 +- gdb/ui-file.c | 2 +- gdb/ui-style.c | 2 +- gdb/utils.c | 28 ++------------- gdb/utils.h | 26 -------------- gdb/valprint.c | 2 +- gdb/varobj.c | 2 +- gdb/windows-nat.c | 2 +- gdb/windows-tdep.c | 2 +- gdb/xml-support.h | 2 +- gdbsupport/Makefile.am | 3 ++ gdbsupport/Makefile.in | 25 ++++++++----- gdbsupport/gdb-hashtab.cc | 44 +++++++++++++++++++++++ gdbsupport/gdb-hashtab.h | 50 ++++++++++++++++++++++++++ gdb/gdb_obstack.c => gdbsupport/gdb_obstack.cc | 2 +- {gdb => gdbsupport}/gdb_obstack.h | 0 gdb/gdb_regex.c => gdbsupport/gdb_regex.cc | 0 {gdb => gdbsupport}/gdb_regex.h | 0 87 files changed, 201 insertions(+), 145 deletions(-) create mode 100644 gdbsupport/gdb-hashtab.cc create mode 100644 gdbsupport/gdb-hashtab.h rename gdb/gdb_obstack.c => gdbsupport/gdb_obstack.cc (98%) rename {gdb => gdbsupport}/gdb_obstack.h (100%) rename gdb/gdb_regex.c => gdbsupport/gdb_regex.cc (100%) rename {gdb => gdbsupport}/gdb_regex.h (100%)