Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
linux application debugging using RVDS
Jump...
Cancel
Locked
Locked
Replies
2 replies
Subscribers
119 subscribers
Views
2402 views
Users
0 members are here
Options
Share
More actions
Cancel
Related
How was your experience today?
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
Rachit Shah
over 12 years ago
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,
Parents
Peter Harris
over 12 years ago
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.
Cancel
Vote up
0
Vote down
Cancel
Reply
Peter Harris
over 12 years ago
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.
Cancel
Vote up
0
Vote down
Cancel
Children
No data