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 March 2012 at http://forums.arm.com


    Did you replaced gdbserv from ARM Extras "menu" (as in link from first post of this topic)?



    I'm trying to debug my game on the emulator, I did replace the gdbserver from the ARM extras folder, but every time I press the debug button, my eclipse IDE does a recompile and replaces every file on my folder, so the the gdbserver from DS-5 is replaced.

    Also if I manage to replace again the gdbserver before the game launches then the correct debugger is launched but as you can see from my screenshot the game stops a lot sooner than my game's entry point/

    http://dl.dropbox.co...bug_capture.png

    I've placed a breakpoint in my

    void android_main(android_app* pApplication)

    but it never fires
Reply
  • Note: This was originally posted on 17th March 2012 at http://forums.arm.com


    Did you replaced gdbserv from ARM Extras "menu" (as in link from first post of this topic)?



    I'm trying to debug my game on the emulator, I did replace the gdbserver from the ARM extras folder, but every time I press the debug button, my eclipse IDE does a recompile and replaces every file on my folder, so the the gdbserver from DS-5 is replaced.

    Also if I manage to replace again the gdbserver before the game launches then the correct debugger is launched but as you can see from my screenshot the game stops a lot sooner than my game's entry point/

    http://dl.dropbox.co...bug_capture.png

    I've placed a breakpoint in my

    void android_main(android_app* pApplication)

    but it never fires
Children
No data