gdb_load
Load an ELF file into GDB, by default loading symbols for source-level debugging. Optionally program the ELF to the target by setting flash true.
Instructions
Load an ELF file into GDB. By default loads symbols only (for source-level debugging: backtraces with file:line, variable names). Set flash=true to also program it onto the target.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flash | No | Also flash the ELF to the target (default: false, symbols only) | |
| elfFile | Yes | Path to .elf file with debug symbols |