- fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)
- fixed compiler warnings throughout the code (thanks to Vincent Palatin for this patch) - added support for accessing ETB (embedded trace buffer) registers git-svn-id: svn://svn.berlios.de/openocd/trunk@134 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -25,6 +25,8 @@
|
||||
#include "breakpoints.h"
|
||||
#include "target.h"
|
||||
|
||||
#include "etb.h"
|
||||
|
||||
#define ARM7_9_COMMON_MAGIC 0x0a790a79
|
||||
|
||||
typedef struct arm7_9_common_s
|
||||
@@ -47,6 +49,7 @@ typedef struct arm7_9_common_s
|
||||
int use_dbgrq;
|
||||
|
||||
int has_etm;
|
||||
etb_t *etb;
|
||||
int has_single_step;
|
||||
int has_monitor_mode;
|
||||
int has_vector_catch;
|
||||
|
||||
Reference in New Issue
Block a user