Disassemble command

Implements #368
This commit is contained in:
aarzilli
2016-02-06 07:00:48 +01:00
committed by Derek Parker
parent b370e20cd5
commit e7a9a3ea9a
26 changed files with 14830 additions and 3 deletions

View File

@ -2,10 +2,10 @@ package debugger
import (
"fmt"
sys "golang.org/x/sys/unix"
"io/ioutil"
"os"
"syscall"
sys "golang.org/x/sys/unix"
)
func attachErrorMessage(pid int, err error) error {