eliminate weird rollback/re-adjust rules for threads hitting int3s - rollback should only ever happen for temporary traps, e.g. user breakpoints or stepping. the fact that the thread shows *after* the trap later is a visualization issue, not a functionality issue

This commit is contained in:
Ryan Fleury
2024-05-24 08:20:10 -07:00
parent 489ae56223
commit 9349ac9e72
4 changed files with 20 additions and 39 deletions
-1
View File
@@ -39,5 +39,4 @@ dll_type_eval_tests(void)
Basics basics2 = {4, 5, 6, 7};
int x = 0;
(void)x;
*(int *)0 = 0;
}