This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

linux kernel module debugging in CCS

Other Parts Discussed in Thread: DM3730, SYSBIOS

Hi,

I have linux kernel 2.6.37,  Code Composer Studio Version: 5.2.0.00071, DM3730, XDS100v2

I want to debug kernel module i.e pvrsrvkm.ko built in debug version (-O0).

So when I'm connected to the target  I choose "Add symbols" and give *.ko file and offsets values taken from 

cat /sys/module/pvrsrvkm/sections/.text
0xbf000000
 # cat /sys/module/pvrsrvkm/sections/.data
0xbf052a90

At this point I am able to set and stop on proper breakpoint  in pvrsrvkm module but I can see "next frame is identical to an existing frame"  so

I do not see proper stack only 2 functions look good. Any idea how to solve this problem?

Regards,

Andrey