aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.h
diff options
context:
space:
mode:
authorYao Qi <yao@codesourcery.com>2013-07-27 07:11:46 +0000
committerYao Qi <yao@codesourcery.com>2013-07-27 07:11:46 +0000
commitde6f69ad33e8330582d48b4410521d8998c0c882 (patch)
treebf3dd2fe3ec659caf07a05e1bc8fd1b4b99b4108 /gdb/breakpoint.h
parente21b1c5ffda963603b48aefad2b90ffbc3d071b7 (diff)
downloadgdb-de6f69ad33e8330582d48b4410521d8998c0c882.zip
gdb-de6f69ad33e8330582d48b4410521d8998c0c882.tar.gz
gdb-de6f69ad33e8330582d48b4410521d8998c0c882.tar.bz2
gdb/
* breakpoint.h: Include break-common.h. (enum target_hw_bp_type): Move to ... * common/break-common.h: ... here. New. gdb/gdbserver/ * i386-low.c: Include break-common.h. (enum target_hw_bp_type): Remove.
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r--gdb/breakpoint.h10
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. */