Thread class¶
Represents a thread in the target process.
-
Thread.engineId→ integer¶ Get the dbgeng-local thread ID. This is not the Windows thread ID.
-
Thread.threadId→ integer¶ Get the Windows thread ID.
-
Thread.teb→ integer¶ Get the address of the TEB.
-
Thread.currentFrame() → StackFrame¶ Get the current
StackFrame.
-
Thread.getStack() → table of StackFrame¶ Get the current call stack.