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

assembly code debugging

I found if I set breakpoints in assembly code, the DS-5 debugger is not trapped there on omap3530 beagleboard. In addition, it doesn't step in assembly codes, if assembly codes are in a static/dynamic libs.

Parents
  • I tried gdbserver 6.8 and deleted $HOME/.ds-5/configbd. But no joy. I tried to download new release, it doesn't download.
    Another issue is after I enter assembly codes, step out doesn't work, here is error message.

    ERROR(CMD440-CMD354-COR61):
    ! Stepping failed
    ! Unable to step out of the current function
    ! Cannot step out, no stack unwind data to determine return address

Reply
  • I tried gdbserver 6.8 and deleted $HOME/.ds-5/configbd. But no joy. I tried to download new release, it doesn't download.
    Another issue is after I enter assembly codes, step out doesn't work, here is error message.

    ERROR(CMD440-CMD354-COR61):
    ! Stepping failed
    ! Unable to step out of the current function
    ! Cannot step out, no stack unwind data to determine return address

Children