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.

Adjusting offsets for source code debugging?



Hi all,

As part of debugging U-Boot, it would be nice to be able to follow what's going on, not just with the disassembler but with the source code as well.  The problem is that beyond a certain point in the startup sequence the problem isn't running at the link address but at another address in memory it's moved to.  Is there a way to CCS to look at $link-addr + offset in stead of (or in addition to) $link-addr ?  Thanks!