This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ARM DS-5 Tutorial For Android

Note: This was originally posted on 5th December 2011 at http://forums.arm.com

Hi,

I've created a step by step blog post for using DS-5 as debugger tool for Android http://kernel.ozandroid.info/?p=83

Hope this is useful for others.

Cheers
Parents
  • Note: This was originally posted on 17th January 2012 at http://forums.arm.com

    Hi! First of all, thanks for your work. That is the first debugger that somehow works. I tried it on android ndk sample projects - it went fine. But on my own projects I have encountered problems.
    I do everything like in tutorial, but execution of the app stops, I hit Run/Continue button, but only get message:

    wait
    continue
    Stopped due to signal 11: SIGSEGV (Invalid memory segment access)
    Execution stopped at: 0x80CB1314
    In thread 1 (OS thread id 1793)
    0x80CB1314   LDR      r0,[r0,#0x38]

    Any hints?
Reply
  • Note: This was originally posted on 17th January 2012 at http://forums.arm.com

    Hi! First of all, thanks for your work. That is the first debugger that somehow works. I tried it on android ndk sample projects - it went fine. But on my own projects I have encountered problems.
    I do everything like in tutorial, but execution of the app stops, I hit Run/Continue button, but only get message:

    wait
    continue
    Stopped due to signal 11: SIGSEGV (Invalid memory segment access)
    Execution stopped at: 0x80CB1314
    In thread 1 (OS thread id 1793)
    0x80CB1314   LDR      r0,[r0,#0x38]

    Any hints?
Children
No data