loadsym

Loads a symbolic file.

Syntax
loadsym <filename> [PIC load addr (hex)]
Examples

The following table lists and defines examples of the loadsym command.

Table 1. loadsym Command-line debugger command - Examples
Command Description
loadsym myapp.elf Loads the debug information in myapp.elf into the debugger.
loadsym mypicapp.elf 0x40000 Loads the debug information in mypicapp.elf into the debugger; symbolics addresses are adjusted based on the alternate load address of 0x40000.