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 am sorry, my last reply about -fno-omit-frame-pointer is incorrect. For assembly code it is probably necessary to add additional directives to the code to specify the start and end of functions, but I do not know the correct syntax for this.

    For the download problem, I tried the Windows build and it was Ok. When I downloaded the Linux build I found it had what looks like the wrong file extension, which may cause errors when you try to extract it. The Linux build downloaded for me as:

    DS5TR-BN-00001-r5p0-03rel0.tgz.tar

    And it can be extracted using:

    gtar -zxvf DS5TR-BN-00001-r5p0-03rel0.tgz.tar

Reply
  • I am sorry, my last reply about -fno-omit-frame-pointer is incorrect. For assembly code it is probably necessary to add additional directives to the code to specify the start and end of functions, but I do not know the correct syntax for this.

    For the download problem, I tried the Windows build and it was Ok. When I downloaded the Linux build I found it had what looks like the wrong file extension, which may cause errors when you try to extract it. The Linux build downloaded for me as:

    DS5TR-BN-00001-r5p0-03rel0.tgz.tar

    And it can be extracted using:

    gtar -zxvf DS5TR-BN-00001-r5p0-03rel0.tgz.tar

Children