symbol_by_name
Get the address and access information of any debug symbol by providing its name. Ideal for locating functions, variables, or labels during debugging sessions.
Instructions
Look up a debug symbol by its name to get its address.
Args: name: Symbol name (function, variable, label — e.g., "main", "g_counter")
Returns: Symbol address and access info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |