aboutsummaryrefslogtreecommitdiff
path: root/Debugger/debug_internals.h
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-07-13 07:50:49 +0800
committerTat-Chee Wan (USM)2011-07-13 07:50:49 +0800
commitb14d454a454ffc35a94c3f99e176c40a68b31c0f (patch)
treeed94ea085d35f2dfea37bf258f6161285015d6ed /Debugger/debug_internals.h
parent47ce28faf2797edf0c3bc7b10f7ae453d1f6a152 (diff)
remote autobreakpoint code from master branch
Autobreakpoint support is not robust. It is removed from the master branch. The autobreakpoint_stub branch contains the old autobreakpoint code.
Diffstat (limited to 'Debugger/debug_internals.h')
-rw-r--r--Debugger/debug_internals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Debugger/debug_internals.h b/Debugger/debug_internals.h
index 74a695c..13efba2 100644
--- a/Debugger/debug_internals.h
+++ b/Debugger/debug_internals.h
@@ -287,7 +287,7 @@ ENUM_END(dbg_state_t)
* The enums must be consecutive, starting from 0
*/
ENUM_BEGIN
-ENUM_VALASSIGN(DBG_AUTO_BKPT,0) /**< Auto Breakpoint (Instruction resume after breakpoint). */
+ENUM_VALASSIGN(DBG_AUTO_BKPT,0) /**< RESERVED: Auto Breakpoint (Instruction resume after breakpoint). */
ENUM_VAL(DBG_MANUAL_BKPT_ARM) /**< Manual ARM Breakpoint. */
ENUM_VAL(DBG_NORMAL_BKPT_ARM) /**< Normal ARM Breakpoint (Single Step, Normal). */
ENUM_VAL(DBG_MANUAL_BKPT_THUMB) /**< Manual Thumb Breakpoint. */