mirror of
https://github.com/go-delve/delve.git
synced 2025-11-01 20:20:40 +08:00
Fix prologue detection on testvariables2.go's main.main (#625)
This commit is contained in:
committed by
Derek Parker
parent
f2c1789c64
commit
e4c7df1469
@ -18,9 +18,9 @@ import (
|
||||
|
||||
sys "golang.org/x/sys/unix"
|
||||
|
||||
"golang.org/x/debug/elf"
|
||||
"github.com/derekparker/delve/dwarf/frame"
|
||||
"github.com/derekparker/delve/dwarf/line"
|
||||
"golang.org/x/debug/elf"
|
||||
)
|
||||
|
||||
// Process statuses
|
||||
|
||||
Reference in New Issue
Block a user