Hi all

I follow 
wiki.davincidsp.com 's 
Debugging_the_DSP_side_of_a_CE_application_on_DaVinci_using_CCS 
to debug a codec server which only include viddec_copy algorithm package.

After connect DSP ,load symbol my_copy.x64P , and open a source code file 
viddec_copy.c using CCS , I set a break point in function 
VIDENCCOPY_TI_process(...).I do not use any gel file , and not open any project 
.

When my app continue , I watch DSP side program do stop at the breakpoint . But 
the breakpoint can only be set to the start of the function such as 
VIDENCCOPY_TI_process() , and single step , step into , step over , failed to 
be used .

my codec engine 's version is dvevm_1_20 . codec_engine_1_10_01
in both codec package and codec server , I modify package.bld 's compile 
attribute to Pkg.attrs.profile = "debug" , and when compiling the code , "-g" 
parameter is followed /opt/TI/cg6x_6_0_14/bin/cl6x 

Can any one tell me how to use all debug function and how to set breakpoint at 
any place?


_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to