Support Go1.4rc1

This commit is contained in:
Derek Parker
2014-11-24 17:27:56 -06:00
parent d20183a679
commit 2d21cad8dc
30 changed files with 5 additions and 5063 deletions

View File

@ -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,