delve/proctl
Derek Parker d7cb4dcaca Remove parseProcessStatus and only report stop
Currently there is no need for the other items in the ProcessStatus
struct, we really only care if the process is not running, so we can
avoid sending signals to it.
2015-01-14 08:58:32 -06:00
..
breakpoints_linux_amd64.go Implement usage of hardware breakpoints 2015-01-12 21:56:25 -06:00
proctl_linux_amd64.go Remove parseProcessStatus and only report stop 2015-01-14 08:58:32 -06:00
proctl_test.go Implement usage of hardware breakpoints 2015-01-12 21:56:25 -06:00
proctl.go Remove parseProcessStatus and only report stop 2015-01-14 08:58:32 -06:00
threads_linux_amd64.go Implement usage of hardware breakpoints 2015-01-12 21:56:25 -06:00
threads.go Implement usage of hardware breakpoints 2015-01-12 21:56:25 -06:00
variables_test.go EvalSymbol supports evaluating struct members on pointers. Fixed panic 2015-01-02 10:02:56 -06:00
variables.go Minor comment cleanup 2015-01-02 10:09:32 -06:00