Hi, I'm new to x86 low level programming. My recent task is to port coreboot(opensource bios) to Intel Atom C2000(Rangeley) platform. We have purchased Arium ECM-XDP3e x86 debugger, with the SourcePoint application(just like gdb). The support from the provider is quite limited so I come here for help.
My question are:
(1) How to do source code level debug using SourcePoint? I can't find the right place in SourcePoint to specify the binary file with debug information and source code path.
(2) It is required to adjust the base address symbol table when coreboot code has been copied from ROM to RAM, and how to adjust base address of symbol table in SourcePoint?
Regards,
Hook Guo