forked from len0rd/rockbox
Archos: Trap UserBrk in the gdb debugger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7429 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
eef58cd44c
commit
f02f29e59e
1 changed files with 6 additions and 0 deletions
|
@ -360,6 +360,12 @@ vectors:
|
|||
mov.l @(r0,r2),r3
|
||||
mov.l r3,@(r0,r1)
|
||||
|
||||
/* Move the UserBreak vector as well (12) */
|
||||
mov #12,r0
|
||||
shll2 r0
|
||||
mov.l @(r0,r2),r3
|
||||
mov.l r3,@(r0,r1)
|
||||
|
||||
/* Move the breakpoint trap vector (32) */
|
||||
mov #32,r0
|
||||
shll2 r0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue