run_drgn_command
Execute drgn Python commands to analyze Linux crash dumps, enabling interactive debugging of system failures through kernel variable inspection and thread analysis.
Instructions
Runs drgn Python code (e.g., prog.crashed_thread(), prog['variable']).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | ||
| session_id | No | ||
| truncate | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |