File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -374,13 +374,13 @@ To locate a thread:
374374 reliable thread to target.
375375
3763763. Optionally, use the offset ``interpreter_state.threads_head `` to iterate
377- through the linked list of all thread states. Each ``PyThreadState `` structure
378- contains a ``native_thread_id `` field, which may be compared to a target thread
379- ID to find a specific thread.
377+ through the linked list of all thread states. Each ``PyThreadState ``
378+ structure contains a ``native_thread_id `` field, which may be compared to
379+ a target thread ID to find a specific thread.
380380
381- 1 . Once a valid ``PyThreadState `` has been found, its address can be used in
382- later steps of the protocol, such as writing debugger control fields and
383- scheduling execution.
381+ 4 . Once a valid ``PyThreadState `` has been found, its address can be used in
382+ later steps of the protocol, such as writing debugger control fields and
383+ scheduling execution.
384384
385385The following is an example implementation that locates the main thread state::
386386
You can’t perform that action at this time.
0 commit comments