summaryrefslogtreecommitdiff
path: root/src/target/breakpoints.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/breakpoints.h')
-rw-r--r--src/target/breakpoints.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/target/breakpoints.h b/src/target/breakpoints.h
index 610b8847..b75aae62 100644
--- a/src/target/breakpoints.h
+++ b/src/target/breakpoints.h
@@ -43,6 +43,7 @@ typedef struct breakpoint_s
int set;
uint8_t *orig_instr;
struct breakpoint_s *next;
+ int unique_id;
} breakpoint_t;
typedef struct watchpoint_s
@@ -54,6 +55,7 @@ typedef struct watchpoint_s
enum watchpoint_rw rw;
int set;
struct watchpoint_s *next;
+ int unique_id;
} watchpoint_t;
extern void breakpoint_clear_target(struct target_s *target);