Use external red/black tree package

This commit is contained in:
Derek Parker
2014-08-07 11:03:42 -05:00
parent d977810626
commit 0af47b64ce
4 changed files with 37 additions and 105 deletions

View File

@ -30,7 +30,7 @@ type DebuggedProcess struct {
Executable *elf.File
Symbols []elf.Symbol
GoSymTable *gosym.Table
FrameEntries frame.FrameDescriptionEntries
FrameEntries *frame.FrameDescriptionEntries
DebugLine *line.DebugLineInfo
BreakPoints map[string]*BreakPoint
TempBreakPoints map[uint64]*BreakPoint