Format: loadsym filename [ text_offset [data_offset] ]
Loads the debug symbols from the file specified by filename and merges them into the symbol table. If the optional text and data offset values are supplied (text_offset and data_offset, respectively) then the text and data addresses are offset by the given values.
You can use this command in remote environments where new code, typically position independent code, is loaded to the target at runtime. This command does not load executable code from the given file to the target. For example:
loadsym a.out 0x20000
You can load additional symbol information for a module while debugging.
The filename will be searched for using the default search path. See "default search path".