get_source_location
Retrieves the source file, line number, and function name from the halted CPU's program counter.
Instructions
Get the current source file and line of the halted CPU.
Returns the HLL source location (file:line) and enclosing function name for the current PC. The target must be halted and symbols must be loaded.
Returns: Formatted source location (file, line, function, module)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |