Introduce gdb-hashtab module in gdbsupport
authorTom Tromey <tom@tromey.com>
Tue, 21 Dec 2021 23:48:38 +0000 (16:48 -0700)
committerTom Tromey <tom@tromey.com>
Tue, 18 Jan 2022 17:14:43 +0000 (10:14 -0700)
commit0589ca4e7ba9b8d60599706b57be22c007c1f4fa
tree7fdde22953de4f48839190426acf158768445dc4
parentbf31fd38f02ca9b1a7d75e2d00ee0af665fd3efd
Introduce gdb-hashtab module in gdbsupport

gdb has some extensions and helpers for working with the libiberty
hash table.  This patch consolidates these and moves them to
gdbsupport.
gdb/compile/compile-internal.h
gdb/completer.h
gdb/filename-seen-cache.h
gdb/gdbtypes.h
gdb/utils.c
gdb/utils.h
gdbsupport/Makefile.am
gdbsupport/Makefile.in
gdbsupport/gdb-hashtab.cc [new file with mode: 0644]
gdbsupport/gdb-hashtab.h [new file with mode: 0644]