get_source_listing
Retrieve HLL source code listing with line numbers for a halted target. Specify an address or use current PC to see surrounding code.
Instructions
Get the source code listing around the current execution point.
Shows HLL (C/C++) source with line numbers. The target must be halted.
Args: address: Address or symbol. Empty = current PC.
Returns: Source code listing
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |