delve/proc
Derek Parker ed9b7769fd Remove unused 'singleStepping' state on Process
We don't care, at the process level, whether or not we're single
stepping. That state is really only relevant at the thread level.
2015-08-11 08:20:44 -05:00
..
test Introduce JSON-RPC service 2015-06-21 21:11:30 -05:00
arch.go Finish support for Go1.5beta2 2015-07-28 18:56:55 -05:00
breakpoints_darwin_amd64.go s/DebuggedProcess/Process/ 2015-06-20 17:54:52 -05:00
breakpoints_linux_amd64.go s/DebuggedProcess/Process/ 2015-06-20 17:54:52 -05:00
breakpoints.go Refactor read/write memory code 2015-08-01 21:43:03 -05:00
doc.go Improve code documentation 2015-07-28 13:37:55 -05:00
exc_user_darwin.c Rename package proctl -> proc 2015-06-12 14:49:23 -05:00
exc.h Rename package proctl -> proc 2015-06-12 14:49:23 -05:00
exec_darwin.c Add more documentation around darwin fork_exec 2015-07-28 12:23:36 -05:00
exec_darwin.h Properly terminate C string array for execve on OSX 2015-07-07 08:42:34 -05:00
go_version.go Rename version.After to version.AfterOrEqual 2015-07-28 15:42:56 -05:00
mach_exc_user_darwin.c Rename package proctl -> proc 2015-06-12 14:49:23 -05:00
mach_exc.defs Rename package proctl -> proc 2015-06-12 14:49:23 -05:00
mach_exc.h Rename package proctl -> proc 2015-06-12 14:49:23 -05:00
proc_darwin.c Rename package proctl -> proc 2015-06-12 14:49:23 -05:00
proc_darwin.go Remove unused 'singleStepping' state on Process 2015-08-11 08:20:44 -05:00
proc_darwin.h Rename package proctl -> proc 2015-06-12 14:49:23 -05:00
proc_linux.go Process.Kill: Do not kill if process already exited 2015-08-04 08:32:43 -05:00
proc_test.go Fix: Handle inability to find return addr 2015-08-10 10:45:33 -05:00
proc.go Remove unused 'singleStepping' state on Process 2015-08-11 08:20:44 -05:00
ptrace_darwin.go Rename package proctl -> proc 2015-06-12 14:49:23 -05:00
ptrace_linux.go Rename package proctl -> proc 2015-06-12 14:49:23 -05:00
registers_darwin_amd64.go proc.(*Thread).GetG: reading TLS memory directly for g address instead of modifying the executable code 2015-07-28 07:33:51 +02:00
registers_linux_amd64.go proc.(*Thread).GetG: reading TLS memory directly for g address instead of modifying the executable code 2015-07-28 07:33:51 +02:00
registers.go proc.(*Thread).GetG: reading TLS memory directly for g address instead of modifying the executable code 2015-07-28 07:33:51 +02:00
stack.go Fix: Handle inability to find return addr 2015-08-10 10:45:33 -05:00
threads_darwin.c Return result directly from single_step 2015-08-01 21:46:42 -05:00
threads_darwin.go Refactor read/write memory code 2015-08-01 21:43:03 -05:00
threads_darwin.h proc.(*Thread).GetG: reading TLS memory directly for g address instead of modifying the executable code 2015-07-28 07:33:51 +02:00
threads_linux.go Remove superfluous comment and misc cleanup 2015-08-01 23:14:06 -05:00
threads.go Refactor read/write memory code 2015-08-01 21:43:03 -05:00
variables_test.go Fix: track recurseLevel in readArray/readSlice 2015-08-09 20:37:47 -05:00
variables.go Fix: track recurseLevel in readArray/readSlice 2015-08-09 20:37:47 -05:00