pyocd_elf_attach
Attach an ELF file to resolve symbols, allowing breakpoints by function name and richer debug information.
Instructions
Attach an ELF file for symbol resolution. Enables using function names for breakpoints and provides richer debug info. Note: For flashing, prefer .hex format over .elf for armclang compatibility.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| elf_path | Yes | Absolute path to the ELF file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |