setting breakpoint

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

setting breakpoint

1,635 Views
DileepKumar
Contributor I

Hi, I am working on MPC8555 processor and trying to debug Uboot code using
USBTAP and Code Warrior. Could you please tell me how to set break point in the source code? I tried the steps given in the Code Warrior help.
Also I tried to check by creating a EPPC project for MPC8555 processor with EABI linker .
I set one break point at the main function .But the problem is , the execution is not breaking at that point. I made these settings.... Under the "Debugger setting" , I checked the "stop on application launch" and the option button
"user specified" and inside the text box I wrote "main". Also I created a software break point inside the main function. After making all these sattings,I gave command for debug> attach to process. After pressing "break" button, the execution stops at __init_data function in the file " __ppc_eabi_init.c"

What changes I need to make such that the execution will break
at "main"

Thanks
Dileep Kumar

Labels (1)
0 Kudos
Reply
1 Reply

306 Views
fsl_linux_spt
Contributor III
Attached is the process for debugging u-boot on the 8555CDS provided in the 8555CDS bsp. 
If you still have problems you should probably submit a service request.
 
 
-- Coray
0 Kudos
Reply