pwndbg_expression
Evaluate a C/C++ expression within the current debug session frame. Returns the result using LLDB's native expression parser.
Instructions
Evaluate an expression in the current frame (LLDB native).
Args: session_id: The UUID of the session. expression: The expression to evaluate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| expression | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |