pwndbg_thread_list
Retrieve all threads in the current process using LLDB native capabilities. Ideal for debugging multithreaded binaries and analyzing thread states.
Instructions
List all threads in the current process (LLDB native).
Args: session_id: The UUID of the session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |