提交 38f97b40 编写于 作者: D Derek Parker

Update documentation on Process.Breakpoints

上级 6e538119
......@@ -26,7 +26,8 @@ type Process struct {
Pid int // Process Pid
Process *os.Process // Pointer to process struct for the actual process we are debugging
// Breakpoint table. Hardware breakpoints are stored in proc/arch.go, as they are architecture dependant.
// Breakpoint table, hold information on software / hardware breakpoints.
// Maps instruction address to Breakpoint struct.
Breakpoints map[uint64]*Breakpoint
// List of threads mapped as such: pid -> *Thread
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册