gdb_backtrace
Retrieve the current call stack from a debugging session to analyze program execution flow.
Instructions
Get the current call stack (backtrace).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | The session identifier. | |
| max_frames | No | Maximum number of frames to return. |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |