delve/proc
aarzilli 70cbbdc083 service/locations: hooked expression evaluator to location specifiers
Location specifiers starting with '*' can be followed by any
expression supported by the evaluator.
The expression should evaluate to either an integer (which will be
interpreted as an address) or to a function pointer (which will be
dereferenced to get the function's entry point).
2016-01-17 21:45:28 -08:00
..
test terminal: Implements init file and source command 2015-10-04 10:32:38 -07:00
arch.go proc: fix 2 typos 2016-01-10 12:47:54 +01:00
breakpoints.go misc: cleanup and documentation 2016-01-10 02:10:51 -08:00
doc.go proc, terminal: fix package docstrings 2015-10-27 19:38:57 -07:00
eval.go service/locations: hooked expression evaluator to location specifiers 2016-01-17 21:45:28 -08: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 proc: bugfix: proc.Launch race (OS X) 2016-01-09 08:44:35 +01:00
exec_darwin.h Properly terminate C string array for execve on OSX 2015-07-07 08:42:34 -05:00
go_version.go misc: cleanup and documentation 2016-01-10 02:10:51 -08: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
mem.go proc/variables: prefetch of target process memory 2016-01-10 13:49:03 +01:00
proc_darwin.c proc: bugfix: array overrun from cgo in updateThreadList 2016-01-09 08:44:45 +01:00
proc_darwin.go misc: cleanup and documentation 2016-01-10 02:10:51 -08:00
proc_darwin.h proc: bugfix: array overrun from cgo in updateThreadList 2016-01-09 08:44:45 +01:00
proc_linux.go misc: cleanup and documentation 2016-01-10 02:10:51 -08:00
proc_test.go proc: bugfix: clearing temp breakpoints 2016-01-16 09:13:15 +01:00
proc.go service/locations: hooked expression evaluator to location specifiers 2016-01-17 21:45:28 -08:00
ptrace_darwin.go misc: cleanup and documentation 2016-01-10 02:10:51 -08:00
ptrace_linux.go misc: cleanup and documentation 2016-01-10 02:10:51 -08:00
registers_darwin_amd64.go misc: cleanup and documentation 2016-01-10 02:10:51 -08:00
registers_linux_amd64.go misc: cleanup and documentation 2016-01-10 02:10:51 -08:00
registers.go misc: cleanup and documentation 2016-01-10 02:10:51 -08:00
stack.go misc: cleanup and documentation 2016-01-10 02:10:51 -08:00
threads_darwin.c proc: wait for full process stop before evaluating anything 2016-01-09 08:44:43 +01:00
threads_darwin.go misc: cleanup and documentation 2016-01-10 02:10:51 -08:00
threads_darwin.h proc: wait for full process stop before evaluating anything 2016-01-09 08:44:43 +01:00
threads_linux.go misc: cleanup and documentation 2016-01-10 02:10:51 -08:00
threads.go proc: bugfix: clearing temp breakpoints 2016-01-16 09:13:15 +01:00
types.go bugfix: proc/types: loadPackageMap and github.com packages 2016-01-08 09:58:25 -08:00
variables.go service/locations: hooked expression evaluator to location specifiers 2016-01-17 21:45:28 -08:00