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.
This commit is contained in:
Tom Tromey
2021-12-21 16:48:38 -07:00
parent bf31fd38f0
commit 0589ca4e7b
10 changed files with 110 additions and 59 deletions

View File

@ -46,6 +46,7 @@
#include "hashtab.h"
#include "gdbsupport/array-view.h"
#include "gdbsupport/gdb-hashtab.h"
#include "gdbsupport/gdb_optional.h"
#include "gdbsupport/offset-type.h"
#include "gdbsupport/enum-flags.h"