mirror of
https://github.com/go-delve/delve.git
synced 2025-11-02 12:59:01 +08:00
Use external red/black tree package
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user