delve/proc
Alessandro Arzilli 6bff4d1970 proc/variables: extend sign of read negative integers. (#657)
Since we store all signed integers as int64 the sign bit should be
extended, otherwise we read negative integers as their 2-complement
value.
2016-11-02 14:32:48 -07:00
..
test Fix path lookup logic on Windows. 2016-02-05 14:45:27 -08:00
arch.go Fix typo in proc/arch.go. 2016-07-08 13:57:40 +08:00
breakpoints.go proc: Renamed temp breakpoints to internal breakpoints 2016-09-30 08:35:29 +02:00
disasm_amd64.go proc: changed windows backend to deal with simultaneous breakpoints (#598) 2016-10-21 21:51:34 -07:00
disasm.go proc: Replaced FunctionEntryToFirstLine with disassembly alternative 2016-02-18 09:11:34 -08:00
doc.go proc, terminal: fix package docstrings 2015-10-27 19:38:57 -07:00
eval.go proc: Names of concrete types of interfaces parsing their runtime._type 2016-10-27 09:56:15 +02: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 Flag to set working directory (#650) 2016-11-01 12:58:42 -07:00
exec_darwin.h Flag to set working directory (#650) 2016-11-01 12:58:42 -07:00
go_version.go Add support for Appengine; parsing Appengine Go custom version (#566) 2016-06-07 11:07:37 -07: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: detect when Launching non-executable files 2016-06-30 09:39:18 +02:00
moduledata.go proc: Names of concrete types of interfaces parsing their runtime._type 2016-10-27 09:56:15 +02:00
proc_darwin.c proc: Use correct type for mach task 2016-04-12 22:53:13 -07:00
proc_darwin.go Flag to set working directory (#650) 2016-11-01 12:58:42 -07:00
proc_darwin.h proc: Use correct type for mach task 2016-04-12 22:53:13 -07:00
proc_linux.go Flag to set working directory (#650) 2016-11-01 12:58:42 -07:00
proc_test.go proc/variables: extend sign of read negative integers. (#657) 2016-11-02 14:32:48 -07:00
proc_unix_test.go tests: Add test for #149, fixed TestNextGeneral on tip 2016-02-28 16:44:22 -08:00
proc_windows.go Flag to set working directory (#650) 2016-11-01 12:58:42 -07:00
proc.go proc: Names of concrete types of interfaces parsing their runtime._type 2016-10-27 09:56:15 +02:00
ptrace_darwin.go Add support for Windows. 2016-01-20 19:06:31 -08:00
ptrace_linux.go Add support for Windows. 2016-01-20 19:06:31 -08:00
ptrace_windows.go proc: implement detach on windows (#615) 2016-09-12 11:16:41 -07:00
registers_darwin_amd64.go Disassemble command 2016-02-11 16:59:07 -08:00
registers_linux_amd64.go Disassemble command 2016-02-11 16:59:07 -08:00
registers_windows_amd64.go proc: replace cgo with syscalls on windows 2016-02-19 15:55:20 +11:00
registers.go proc: bugfix: cleaning up spurious process exited errors (#599) 2016-07-20 15:36:31 -07:00
stack.go proc: disabled TestUnsupportedArch on go1.7 2016-07-03 09:02:21 +02:00
syscall_windows_amd64.go proc: replace cgo with syscalls on windows 2016-02-19 15:55:20 +11:00
syscall_windows.go proc: changed windows backend to deal with simultaneous breakpoints (#598) 2016-10-21 21:51:34 -07:00
threads_darwin.c proc: Use correct type for mach task 2016-04-12 22:53:13 -07:00
threads_darwin.go proc: Crash when stepping past the end of the program 2016-02-27 15:15:51 -08:00
threads_darwin.h proc: Use correct type for mach task 2016-04-12 22:53:13 -07:00
threads_linux.go proc: Add process state T 2016-03-14 09:39:39 -07:00
threads_windows.go proc: changed windows backend to deal with simultaneous breakpoints (#598) 2016-10-21 21:51:34 -07:00
threads.go proc: Renamed temp breakpoints to internal breakpoints 2016-09-30 08:35:29 +02:00
types.go proc: Names of concrete types of interfaces parsing their runtime._type 2016-10-27 09:56:15 +02:00
variables.go proc/variables: extend sign of read negative integers. (#657) 2016-11-02 14:32:48 -07:00
zsyscall_windows.go proc: implement detach on windows (#615) 2016-09-12 11:16:41 -07:00