mirror of
https://github.com/go-delve/delve.git
synced 2025-11-01 20:20:40 +08:00
Support Go1.4rc1
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
package proctl
|
||||
|
||||
import (
|
||||
"debug/dwarf"
|
||||
"debug/gosym"
|
||||
"fmt"
|
||||
"os"
|
||||
@ -10,7 +11,6 @@ import (
|
||||
"syscall"
|
||||
|
||||
"github.com/derekparker/delve/dwarf/frame"
|
||||
"github.com/derekparker/delve/vendor/dwarf"
|
||||
)
|
||||
|
||||
// Struct representing a debugged process. Holds onto pid, register values,
|
||||
|
||||
Reference in New Issue
Block a user