get_data_dump
Retrieves a formatted hex dump of memory from a target address, showing hex values and ASCII representation. Specify address, length, and access width.
Instructions
Get a formatted memory dump (hex + ASCII) from the target.
Similar to TRACE32's Data.dump window. Shows memory contents in the standard hex dump format with address, hex values, and ASCII representation.
Args: address: Start address (e.g., "0xD0000000", "D:0x80000000") length: Number of bytes to dump (default: 256) width: Access width in bits — 8, 16, 32, or 64 (default: 32)
Returns: Formatted hex dump with addresses, hex values, and ASCII
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | ||
| length | No | ||
| address | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |