gdb/
[deliverable/binutils-gdb.git] / gdb / breakpoint.h
index 374164c9df525ababbb87b0181ebc3c8742c3cbf..faedb4a7eae0c06c20e98f39f6e6abc3f393ee6d 100644 (file)
@@ -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.  */
 
This page took 0.024079 seconds and 4 git commands to generate.