diff debug.h @ 2182:2d7f8195be3b

Add support for conditional breakpoints
author Michael Pavone <pavone@retrodev.com>
date Sat, 13 Aug 2022 22:51:31 -0700
parents f6d5bde4d07f
children e17d99c96c89
line wrap: on
line diff
--- a/debug.h	Sat Aug 13 20:04:02 2022 -0700
+++ b/debug.h	Sat Aug 13 22:51:31 2022 -0700
@@ -90,6 +90,7 @@
 typedef struct bp_def {
 	struct bp_def  *next;
 	parsed_command *commands;
+	expr           *condition;
 	uint32_t       num_commands;
 	uint32_t       address;
 	uint32_t       index;