pyocd_elf_symbols
List functions and variables from an attached ELF file to aid in debugging. Optionally filter by name and limit the number of results.
Instructions
List symbols (functions/variables) from the attached ELF file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results (default 50) | |
| filter_text | No | Filter symbols by name (case-insensitive) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |