dbgprobe.elf.attach
Parse an ELF file to attach symbol information to a debug session, enabling breakpoints by function name and symbol resolution during debugging.
Instructions
Parse an ELF file and attach it to a session. Enables symbol-based breakpoints (by function name), address-to-symbol resolution in status/step/halt responses, and symbol search. Re-attaching replaces the previous ELF.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the ELF file. | |
| session_id | Yes |