gdb_get_threads
Retrieve thread IDs, states, and identify the current thread in a debugged process using a session ID obtained from starting a GDB session.
Instructions
Get information about all threads in the debugged process, including thread IDs, states, and the current thread. Requires session_id parameter (obtained from gdb_start_session).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Session ID from gdb_start_session |