Loads a symbolic file.
loadsym <filename> [PIC load addr (hex)]
The following table lists and defines examples of the loadsym command.
| 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. |