Skip to main content
summaryrefslogtreecommitdiffstats
path: root/agent
diff options
context:
space:
mode:
authorEugene Tarassov2013-03-29 21:49:32 +0000
committerEugene Tarassov2013-03-29 21:49:32 +0000
commit1f699b67e88e55123b5c87b513f7d3ab1cf0204d (patch)
treefe7a684fd92bf0a1eab81415a030d94599f97caf /agent
parente1402d80a7144dbfcae8eec40d9d7340e8f1222d (diff)
downloadorg.eclipse.tcf.agent-1f699b67e88e55123b5c87b513f7d3ab1cf0204d.tar.gz
org.eclipse.tcf.agent-1f699b67e88e55123b5c87b513f7d3ab1cf0204d.tar.xz
org.eclipse.tcf.agent-1f699b67e88e55123b5c87b513f7d3ab1cf0204d.zip
Bug 404603 - [armv5te] Breakpoints stopped working
Diffstat (limited to 'agent')
-rw-r--r--agent/machine/arm/tcf/cpudefs-mdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/machine/arm/tcf/cpudefs-mdep.c b/agent/machine/arm/tcf/cpudefs-mdep.c
index 756709e5..93471edb 100644
--- a/agent/machine/arm/tcf/cpudefs-mdep.c
+++ b/agent/machine/arm/tcf/cpudefs-mdep.c
@@ -65,7 +65,7 @@ RegisterDefinition regs_def[] = {
RegisterDefinition * regs_index = NULL;
-unsigned char BREAK_INST[] = { 0x7f, 0xff, 0x2f, 0xe1 };
+unsigned char BREAK_INST[] = { 0xf0, 0x01, 0xf0, 0xe7 };
static RegisterDefinition * pc_def = NULL;
static RegisterDefinition * cpsr_def = NULL;

Back to the top