get_current_function
Retrieve the name of the function currently being executed by the CPU, falling back to address when debug symbols are unavailable.
Instructions
Get the name of the function the CPU is currently executing.
Returns: Function name (or address if no debug symbols)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |