From ecacbc8a40122ea155b9d240cf999944df83b37e Mon Sep 17 00:00:00 2001 From: Derek Parker Date: Wed, 14 Jan 2015 17:40:52 -0600 Subject: [PATCH] Remove bonus comment --- proctl/proctl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proctl/proctl.go b/proctl/proctl.go index 096d600e..1abc0ce9 100644 --- a/proctl/proctl.go +++ b/proctl/proctl.go @@ -25,7 +25,7 @@ type DebuggedProcess struct { Dwarf *dwarf.Data GoSymTable *gosym.Table FrameEntries *frame.FrameDescriptionEntries - HWBreakPoints [4]*BreakPoint // May need to change, amd64 supports 4 debug registers + HWBreakPoints [4]*BreakPoint BreakPoints map[uint64]*BreakPoint Threads map[int]*ThreadContext CurrentThread *ThreadContext