Hi Sindhoor,
Thanks for your reply. I added the debug symbols using the following command $ add-symbol-file build/cbfs/fallback/ramstage.debug 0x0
Now I am able to set a breakpoint at a particular line number. But when I enter 'continue', it just never reaches that breakpoint. (I tried with both Gdb Wait enabled and disabled)
What could be wrong?
-Harshit