[coreboot] Coreboot image and seabios payload with debug symbols

Mayuri Tendulkar mayuri.tendulkar at aricent.com
Tue May 10 08:22:31 CEST 2016


Hi

I want to use Intel system debugger to do coreboot source level debugging.

So I need below. Can you please help me in this?
To debug your software using source code you need to load debug information that is used to map the program in target memory to the original source files. To do this the debugger needs the following:

  *   A program loaded in target memory that has been compiled with debug information
  *   The load address of the program in target memory
  *   The program binary file (executable file)
  *   Debug information file for the program binary (also referred to as "symbols")
  *   Original program source code
Regards
Mayuri
"DISCLAIMER: This message is proprietary to Aricent and is intended solely for the use of the individual to whom it is addressed. It may contain privileged or confidential information and should not be circulated or used for any purpose other than for what it is intended. If you have received this message in error, please notify the originator immediately. If you are not the intended recipient, you are notified that you are strictly prohibited from using, copying, altering, or disclosing the contents of this message. Aricent accepts no responsibility for loss or damage arising from the use of the information transmitted by this email including damage from virus."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20160510/39a5963b/attachment.html>


More information about the coreboot mailing list