edb_load_symbol_file
Load symbol files into the debugger to enable symbolic debugging of ELF, FAS, or debug-link formats.
Instructions
Load a symbol file for the debugged program. Equivalent to EDB's FasLoader plugin and GDB's symbol-file command. Supports ELF debug info files, FAS format, and separated debug symbols.
Args: params (SymbolFileInput): Symbol file - file_path (str): Path to symbol file - address (str): Base address (for add-symbol-file with .o/.so)
Returns: str: Symbol loading result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |