begin prepping watch window ui for reintroduction of fancy rows; extend target/thread evaluations with .environment & .call_stack sketch; more convergence progress

This commit is contained in:
Ryan Fleury
2025-02-10 12:15:03 -08:00
parent 2da83dd732
commit d48cd460d1
10 changed files with 485 additions and 120 deletions
+1
View File
@@ -1597,6 +1597,7 @@ d_init(void)
d_state->arena = arena;
d_state->cmds_arena = arena_alloc();
d_state->output_log_key = hs_hash_from_data(str8_lit("output_log_key"));
hs_submit_data(d_state->output_log_key, 0, str8_zero());
d_state->ctrl_entity_store = ctrl_entity_store_alloc();
d_state->ctrl_stop_arena = arena_alloc();
d_state->view_rule_spec_table_size = 1024;