mirror of
https://github.com/go-delve/delve.git
synced 2025-11-01 12:01:35 +08:00
Remove dwarf hack because Go fixed bug
This commit is contained in:
@ -156,9 +156,6 @@ func (frame *FrameContext) ExecuteUntilPC(instructions []byte) {
|
||||
for frame.loc <= frame.address && frame.buf.Len() > 0 {
|
||||
executeDwarfInstruction(frame)
|
||||
}
|
||||
// TODO: Why is this necessary?
|
||||
executeDwarfInstruction(frame)
|
||||
executeDwarfInstruction(frame)
|
||||
}
|
||||
|
||||
func executeDwarfInstruction(frame *FrameContext) {
|
||||
|
||||
Reference in New Issue
Block a user