hook up programmatic breakpoint state to trap list

This commit is contained in:
Ryan Fleury
2025-04-12 19:38:07 -07:00
parent 8a857b2154
commit 7c668388eb
3 changed files with 55 additions and 4 deletions
+1
View File
@@ -1955,6 +1955,7 @@ markup_tests(void)
x += 1;
}
}
raddbg_remove_breakpoint(&x, sizeof(x), 0, 1, 0);
}
////////////////////////////////