]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Move gdb obstack code to gdbsupport
authorTom Tromey <tom@tromey.com>
Tue, 21 Dec 2021 23:38:32 +0000 (16:38 -0700)
committerTom Tromey <tom@tromey.com>
Tue, 18 Jan 2022 17:14:42 +0000 (10:14 -0700)
commitbf31fd38f02ca9b1a7d75e2d00ee0af665fd3efd
tree58e96e35f1c5da782d5b975dd4ec565873a45e55
parent7904e9613e0a2fc38e9abc06a916dea6a009c7b4
Move gdb obstack code to gdbsupport

This moves the gdb-specific obstack code -- both extensions like
obconcat and obstack_strdup, and things like auto_obstack -- to
gdbsupport.
63 files changed:
gdb/Makefile.in
gdb/ada-lang.c
gdb/addrmap.c
gdb/bcache.c
gdb/block.c
gdb/break-catch-throw.c
gdb/bsd-uthread.c
gdb/buildsym.c
gdb/buildsym.h
gdb/c-lang.c
gdb/c-typeprint.c
gdb/charset.c
gdb/coffread.c
gdb/cp-namespace.c
gdb/cp-support.h
gdb/cp-valprint.c
gdb/d-namespace.c
gdb/dbxread.c
gdb/dictionary.c
gdb/dwarf2/read.h
gdb/eval.c
gdb/f-typeprint.c
gdb/frame-base.c
gdb/frame-unwind.c
gdb/frame.c
gdb/gdbarch.h
gdb/gdbtypes.h
gdb/gnu-nat.c
gdb/go-lang.c
gdb/i386-windows-tdep.c
gdb/linux-tdep.c
gdb/m2-typeprint.c
gdb/macroexp.c
gdb/macrotab.c
gdb/mdebugread.c
gdb/mi/mi-cmd-break.c
gdb/namespace.h
gdb/objfiles.c
gdb/objfiles.h
gdb/p-typeprint.c
gdb/p-valprint.c
gdb/psymtab.h
gdb/python/py-unwind.c
gdb/reggroups.c
gdb/rust-parse.c
gdb/stabsread.c
gdb/symfile.c
gdb/symmisc.c
gdb/symtab.c
gdb/symtab.h
gdb/target-descriptions.c
gdb/typeprint.c
gdb/typeprint.h
gdb/ui-file.c
gdb/utils.c
gdb/valprint.c
gdb/windows-nat.c
gdb/windows-tdep.c
gdb/xml-support.h
gdbsupport/Makefile.am
gdbsupport/Makefile.in
gdbsupport/gdb_obstack.cc [moved from gdb/gdb_obstack.c with 98% similarity]
gdbsupport/gdb_obstack.h [moved from gdb/gdb_obstack.h with 100% similarity]