Other Parts Discussed in Thread: OMAP3530
I loaded the symbols following the instructions below:
http://processors.wiki.ti.com/index.php/Linux_Debug_in_CCSv5
I can set a hardware breakpoint as I wanted but single step through looks very odd, and the assembly code is not matching the source code very well. When I do single step, it is stepping through the ASM code and from source code it goes wildly.
And I cannot check the variables (especially those global ones) at all. They all say "unknown".
And my vmlinux has the debug info included.
Is that because I am using CCS V5.1 in Windows 7? Not in the Linux?
Thanks in advance.