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