pipe breakpoint-condition-touched meta-evaluations to control thread; allow evaluation of meta-evaluations in conditional breakpoints

This commit is contained in:
Ryan Fleury
2024-10-09 15:07:54 -07:00
parent d0e0e35fb5
commit 1758292074
3 changed files with 154 additions and 11 deletions
+1 -1
View File
@@ -817,7 +817,7 @@ struct CTRL_State
Arena *user_entry_point_arena;
String8List user_entry_points;
Arena *user_meta_eval_arena;
CTRL_MetaEvalArray *user_meta_evals;
CTRL_MetaEvalArray user_meta_evals;
U64 exception_code_filters[(CTRL_ExceptionCodeKind_COUNT+63)/64];
U64 process_counter;