diff options
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r-- | gdb/breakpoint.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index 374164c..faedb4a 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -24,6 +24,7 @@ #include "vec.h" #include "ax.h" #include "command.h" +#include "break-common.h" struct value; struct block; @@ -215,15 +216,6 @@ enum bpdisp disp_donttouch /* Leave it alone */ }; -enum target_hw_bp_type - { - hw_write = 0, /* Common HW watchpoint */ - hw_read = 1, /* Read HW watchpoint */ - hw_access = 2, /* Access HW watchpoint */ - hw_execute = 3 /* Execute HW breakpoint */ - }; - - /* Status of breakpoint conditions used when synchronizing conditions with the target. */ |