提交 a59c67b7 编写于 作者: D Derek Parker

Update documentation for Thread struct

上级 e5233e72
......@@ -16,13 +16,14 @@ import (
// a whole, and Status represents the last result of a `wait` call
// on this thread.
type Thread struct {
Id int
Status *sys.WaitStatus
CurrentBreakpoint *Breakpoint
dbp *DebuggedProcess
singleStepping bool
running bool
os *OSSpecificDetails
Id int // Thread ID or mach port
Status *sys.WaitStatus // Status returned from last wait call
CurrentBreakpoint *Breakpoint // Breakpoint thread is currently stopped at
dbp *DebuggedProcess
singleStepping bool
running bool
os *OSSpecificDetails
}
type Location struct {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册