delve/proc
aarzilli c4797ea445 proc: Breakpoint to catch unrecovered panics
Automatically sets a breakpoint on runtime.startpanic, the function
that gets called by runtime.dopanic when a panic is not recovered.

Implements #317
2016-03-09 14:15:30 +01:00
..
test Fix path lookup logic on Windows. 2016-02-05 14:45:27 -08:00
arch.go go fmt 2016-01-24 17:30:23 +01:00
breakpoints.go service, terminal: Named breakpoints and breakpoint conditions 2016-02-16 15:59:37 -08:00
disasm_amd64.go proc: Step should skip function prologue 2016-02-18 09:15:37 -08: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: replace debug/dwarf with golang.org/x/debug/dwarf 2016-01-24 15:41:41 -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 tests: Add test for #149, fixed TestNextGeneral on tip 2016-02-28 16:44:22 -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: Possible panic while reading uninitialised memory 2016-01-27 13:25:49 +01:00
proc_darwin.c proc: bugfix: array overrun from cgo in updateThreadList 2016-01-09 08:44:45 +01:00
proc_darwin.go proc: step now goes to next line, including funcs 2016-01-24 15:48:36 -08:00
proc_darwin.h proc: bugfix: array overrun from cgo in updateThreadList 2016-01-09 08:44:45 +01:00
proc_linux.go proc: bugfix: propagate signals we don't handle to inferior 2016-02-24 17:49:30 -08:00
proc_test.go proc: Breakpoint to catch unrecovered panics 2016-03-09 14:15:30 +01: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 proc: replace cgo with syscalls on windows 2016-02-19 15:55:20 +11:00
proc.go proc: Breakpoint to catch unrecovered panics 2016-03-09 14:15:30 +01: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 Add support for Windows. 2016-01-20 19:06:31 -08: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 Disassemble command 2016-02-11 16:59:07 -08:00
stack.go proc: bugfix: crash when a negative depth is used for Stacktrace 2016-02-02 12:26:29 +01:00
syscall_windows_amd64.go proc: replace cgo with syscalls on windows 2016-02-19 15:55:20 +11:00
syscall_windows.go proc: replace cgo with syscalls on windows 2016-02-19 15:55:20 +11:00
threads_darwin.c proc: wait for full process stop before evaluating anything 2016-01-09 08:44:43 +01: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: wait for full process stop before evaluating anything 2016-01-09 08:44:43 +01:00
threads_linux.go proc: Crash when stepping past the end of the program 2016-02-27 15:15:51 -08:00
threads_windows.go proc: Crash when stepping past the end of the program 2016-02-27 15:15:51 -08:00
threads.go proc: Crash when stepping past the end of the program 2016-02-27 15:15:51 -08:00
types.go proc: Caching type offsets 2016-03-05 13:04:11 +01:00
variables.go proc: Add filter for non-variable global symbols to PackageVariables 2016-02-27 15:26:24 -08:00
zsyscall_windows.go proc: replace cgo with syscalls on windows 2016-02-19 15:55:20 +11:00