Page 1 of 1

How to debug arm assemble code with evc?

PostPosted: Feb 26, 2006 @ 11:17am
by flashyou

Re: How to debug arm assemble code with evc?

PostPosted: Feb 26, 2006 @ 11:16pm
by torus

Re: How to debug arm assemble code with evc?

PostPosted: Feb 28, 2006 @ 2:33pm
by pappaxray
Also what you can do is go to where your function gets called, switch to disassembly view, and then goto the target address and pop a breakpoint there. I dunno why the debugger can't follow the jump though, its a bit odd.

PostPosted: Mar 9, 2006 @ 1:38pm
by flashyou
Yes , I switch to disassembly view, then I can dubug it, thanks a lot!

PostPosted: Mar 9, 2006 @ 1:38pm
by flashyou
Yes , I switch to disassembly view, then I can dubug it, thanks a lot!