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

linux application debugging using RVDS

Note: This was originally posted on 31st August 2009 at http://forums.arm.com

Hello,

I am suing RVDS 4.0 and OMAP3530.

How to do Linux application debugging using RVDS with or wihtout RealView ICE ?

Does it require GDB for that?

Thanks,
  • Note: This was originally posted on 1st September 2009 at http://forums.arm.com

    > Does it require GDB for that?

    As ttfn states, RVD doesn't really support OS-level debugging. It's fine for debugging things that don't move (kernel, device drivers, etc), but application level debug is a bit of a stretch because things get paged in and out / context switched.

    Treat the ARM board just like a Linux desktop - compile an on-target GDB stub, and use an on-target GDB session to connect to the process you want to debug.
  • Note: This was originally posted on 31st August 2009 at http://forums.arm.com

    As far as I am aware, RVD does not support Linux application debug.  It is a "bare metal" debugger without Linux OS awareness.  You could check with ARM support for confirmation.