mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
arm7/9 breakpoint cleanup. arm7_9 sw/hw commands retired. openocd.texi is alerady updated.
git-svn-id: svn://svn.berlios.de/openocd/trunk@920 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -41,11 +41,11 @@ typedef struct arm7_9_common_s
|
||||
|
||||
u32 arm_bkpt;
|
||||
u16 thumb_bkpt;
|
||||
int sw_bkpts_use_wp;
|
||||
int sw_breakpoints_added;
|
||||
int breakpoint_count;
|
||||
int wp_available;
|
||||
int wp0_used;
|
||||
int wp1_used;
|
||||
int sw_bkpts_enabled;
|
||||
int force_hw_bkpts;
|
||||
int dbgreq_adjust_pc;
|
||||
int use_dbgrq;
|
||||
|
||||
@@ -807,8 +807,6 @@ int arm7tdmi_init_arch_info(target_t *target, arm7tdmi_common_t *arm7tdmi, int c
|
||||
arm7_9->arm_bkpt = 0xdeeedeee;
|
||||
arm7_9->thumb_bkpt = 0xdeee;
|
||||
|
||||
arm7_9->sw_bkpts_use_wp = 1;
|
||||
arm7_9->sw_bkpts_enabled = 0;
|
||||
arm7_9->dbgreq_adjust_pc = 2;
|
||||
arm7_9->arch_info = arm7tdmi;
|
||||
|
||||
|
||||
@@ -706,9 +706,6 @@ int arm926ejs_init_arch_info(target_t *target, arm926ejs_common_t *arm926ejs, in
|
||||
arm7_9->arm_bkpt = ARMV5_BKPT(0x0);
|
||||
arm7_9->thumb_bkpt = ARMV5_T_BKPT(0x0) & 0xffff;
|
||||
|
||||
arm7_9->sw_bkpts_use_wp = 0;
|
||||
arm7_9->sw_bkpts_enabled = 1;
|
||||
|
||||
return ERROR_OK;
|
||||
}
|
||||
|
||||
|
||||
@@ -115,9 +115,6 @@ int arm966e_init_arch_info(target_t *target, arm966e_common_t *arm966e, int chai
|
||||
arm7_9->arm_bkpt = ARMV5_BKPT(0x0);
|
||||
arm7_9->thumb_bkpt = ARMV5_T_BKPT(0x0) & 0xffff;
|
||||
|
||||
arm7_9->sw_bkpts_use_wp = 0;
|
||||
arm7_9->sw_bkpts_enabled = 1;
|
||||
|
||||
return ERROR_OK;
|
||||
}
|
||||
|
||||
|
||||
@@ -950,8 +950,6 @@ int arm9tdmi_init_arch_info(target_t *target, arm9tdmi_common_t *arm9tdmi, int c
|
||||
arm7_9->arm_bkpt = 0xdeeedeee;
|
||||
arm7_9->thumb_bkpt = 0xdeee;
|
||||
|
||||
arm7_9->sw_bkpts_use_wp = 1;
|
||||
arm7_9->sw_bkpts_enabled = 0;
|
||||
arm7_9->dbgreq_adjust_pc = 3;
|
||||
arm7_9->arch_info = arm9tdmi;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user