From 5144ced2828ebc384a69cefbf8b473a177decc85 Mon Sep 17 00:00:00 2001 From: Ryan Fleury Date: Wed, 13 Aug 2025 13:46:02 -0700 Subject: [PATCH] turn off call stack tree macro for now --- src/raddbg/raddbg_core.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/raddbg/raddbg_core.c b/src/raddbg/raddbg_core.c index 5ba92c99..6d5f3b6f 100644 --- a/src/raddbg/raddbg_core.c +++ b/src/raddbg/raddbg_core.c @@ -12298,6 +12298,7 @@ rd_frame(void) } //- rjf: add macro for call stack tree +#if 0 { String8 collection_name = str8_lit("call_stack_tree"); E_TypeKey collection_type_key = e_type_key_cons(.kind = E_TypeKind_Set, @@ -12316,6 +12317,7 @@ rd_frame(void) e_string2expr_map_insert(scratch.arena, macro_map, collection_name, expr); e_string2typekey_map_insert(rd_frame_arena(), rd_state->meta_name2type_map, collection_name, collection_type_key); } +#endif //- rjf: add macro / lookup rules for unattached processes {