From 97a1003d85b6bc25fc43daf79ef90657201a726b Mon Sep 17 00:00:00 2001 From: Ryan Fleury Date: Mon, 7 Apr 2025 14:02:23 -0700 Subject: [PATCH] eliminate old incorrect auto-hook of ctrl entity type keys; was busting visualization of ctrl entities --- src/raddbg/raddbg_core.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/raddbg/raddbg_core.c b/src/raddbg/raddbg_core.c index 155e490a..8be41e57 100644 --- a/src/raddbg/raddbg_core.c +++ b/src/raddbg/raddbg_core.c @@ -13661,7 +13661,6 @@ rd_frame(void) e_string2expr_map_insert(scratch.arena, ctx->macro_map, str8_lit("current_module"), expr); } } - e_auto_hook_map_insert_new(scratch.arena, ctx->auto_hook_map, .type_key = type_key, .tag_expr_string = name); } //- rjf: add macro for 'call_stack' -> 'query:current_thread.callstack'