proc: whitespace/import cleanup
This commit is contained in:
parent
59ef8a7a71
commit
82e3939cf9
@ -4,7 +4,6 @@ import (
|
||||
"debug/gosym"
|
||||
"errors"
|
||||
"fmt"
|
||||
"golang.org/x/debug/elf"
|
||||
"io/ioutil"
|
||||
"os"
|
||||
"os/exec"
|
||||
@ -15,6 +14,8 @@ import (
|
||||
"syscall"
|
||||
"time"
|
||||
|
||||
"golang.org/x/debug/elf"
|
||||
|
||||
sys "golang.org/x/sys/unix"
|
||||
|
||||
"github.com/derekparker/delve/dwarf/frame"
|
||||
@ -27,7 +28,7 @@ const (
|
||||
StatusRunning = 'R'
|
||||
StatusTraceStop = 't'
|
||||
StatusZombie = 'Z'
|
||||
|
||||
|
||||
// Kernel 2.6 has TraceStop as T
|
||||
StatusTraceStopT = 'T'
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user