From 112f6d85fb6e18c8eb0384527cdff52ade1e7e24 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Mon, 4 Nov 2024 13:27:45 -0500 Subject: 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 Approved-By: Tom Tromey --- gdb/python/python-internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/python/python-internal.h') diff --git a/gdb/python/python-internal.h b/gdb/python/python-internal.h index d723c4d..a3a7294 100644 --- a/gdb/python/python-internal.h +++ b/gdb/python/python-internal.h @@ -474,7 +474,7 @@ extern enum ext_lang_bt_status gdbpy_apply_frame_filter struct ui_out *out, int frame_low, int frame_high); extern void gdbpy_preserve_values (const struct extension_language_defn *, struct objfile *objfile, - htab_t copied_types); + copied_types_hash_t &copied_types); extern enum ext_lang_bp_stop gdbpy_breakpoint_cond_says_stop (const struct extension_language_defn *, struct breakpoint *); extern int gdbpy_breakpoint_has_cond (const struct extension_language_defn *, -- cgit v1.1