LLDB_EXAMINE
Examine memory at a given address or expression in an active LLDB debugging session, with options for display format and unit count.
Instructions
Examine memory
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | LLDB session ID | |
| expression | Yes | Memory address or expression | |
| format | No | Display format (e.g., "x" for hex, "i" for instruction) | |
| count | No | Number of units to display |