mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-12-19 01:19:41 +08:00
Convert type copying to new hash table
This converts the type copying code to use the new hash map. Change-Id: I35f0a4946dcc5c5eb84820126cf716b600f3302f Co-Authored-By: Tom Tromey <tom@tromey.com> Approved-By: Tom Tromey <tom@tromey.com>
This commit is contained in:
committed by
Simon Marchi
parent
c4b9453529
commit
112f6d85fb
@@ -233,7 +233,8 @@ valpy_init (PyObject *self, PyObject *args, PyObject *kwds)
|
||||
each. */
|
||||
void
|
||||
gdbpy_preserve_values (const struct extension_language_defn *extlang,
|
||||
struct objfile *objfile, htab_t copied_types)
|
||||
struct objfile *objfile,
|
||||
copied_types_hash_t &copied_types)
|
||||
{
|
||||
value_object *iter;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user