process name on stop-reason strings

This commit is contained in:
Ryan Fleury
2024-05-23 15:38:51 -07:00
parent bafc2170ca
commit 35b97d9c20
2 changed files with 16 additions and 8 deletions
+1
View File
@@ -39,4 +39,5 @@ dll_type_eval_tests(void)
Basics basics2 = {4, 5, 6, 7};
int x = 0;
(void)x;
*(int *)0 = 0;
}