delve/pkg/proc/native
aarzilli cb386d0966 proc/native/linux: ignore EIO after PTRACE_GETREGSET
PTRACE_GETREGSET was added in Linux 2.6.34, running this request in an
older kernel will report EIO, as documented on the manpage.

Fixes #1197
2018-12-03 09:54:31 -08:00
..
exc_user_darwin.c proc/native,Makefile: allow compiling on macOS without native backend 2018-10-02 10:46:09 -07:00
exc.h proc: refactoring: split backends to separate packages 2017-04-21 14:00:04 -07:00
exec_darwin.c proc/native,Makefile: allow compiling on macOS without native backend 2018-10-02 10:46:09 -07:00
exec_darwin.h proc/native,Makefile: allow compiling on macOS without native backend 2018-10-02 10:46:09 -07:00
mach_exc_user_darwin.c proc/native,Makefile: allow compiling on macOS without native backend 2018-10-02 10:46:09 -07:00
mach_exc.defs proc: refactoring: split backends to separate packages 2017-04-21 14:00:04 -07:00
mach_exc.h proc: refactoring: split backends to separate packages 2017-04-21 14:00:04 -07:00
nonative_darwin.go pkg/proc: Refactor process post initialization 2018-11-15 18:16:16 +01:00
proc_darwin.c proc/native,Makefile: allow compiling on macOS without native backend 2018-10-02 10:46:09 -07:00
proc_darwin.go pkg/proc: Refactor process post initialization 2018-11-15 18:16:16 +01:00
proc_darwin.h proc/native,Makefile: allow compiling on macOS without native backend 2018-10-02 10:46:09 -07:00
proc_linux.go pkg/proc: Refactor process post initialization 2018-11-15 18:16:16 +01:00
proc_windows.go pkg/proc: Refactor process post initialization 2018-11-15 18:16:16 +01:00
proc.go proc/*: allow stepping into functions without debug_info symbols 2018-11-20 12:57:25 -08:00
ptrace_darwin.go proc/native,Makefile: allow compiling on macOS without native backend 2018-10-02 10:46:09 -07:00
ptrace_linux.go proc/native/linux: ignore EIO after PTRACE_GETREGSET 2018-12-03 09:54:31 -08:00
registers_darwin_amd64.go proc/native,Makefile: allow compiling on macOS without native backend 2018-10-02 10:46:09 -07:00
registers_linux_amd64.go proc/native,proc/core: deduplicate linux register handling code 2018-10-22 12:19:09 -07:00
registers_windows_amd64.go proc: move windows register handling code to winutil package 2018-11-21 12:17:16 -08:00
syscall_windows_amd64.go proc: move windows register handling code to winutil package 2018-11-21 12:17:16 -08:00
syscall_windows.go proc: move windows register handling code to winutil package 2018-11-21 12:17:16 -08:00
threads_darwin.c proc/native,Makefile: allow compiling on macOS without native backend 2018-10-02 10:46:09 -07:00
threads_darwin.go proc/native,Makefile: allow compiling on macOS without native backend 2018-10-02 10:46:09 -07:00
threads_darwin.h proc/native,Makefile: allow compiling on macOS without native backend 2018-10-02 10:46:09 -07:00
threads_linux.go proc/native,proc/core: deduplicate linux register handling code 2018-10-22 12:19:09 -07:00
threads_windows.go proc: move windows register handling code to winutil package 2018-11-21 12:17:16 -08:00
threads.go *: Misc refactors, and doc additions 2018-09-19 20:59:35 +02:00
zsyscall_windows.go proc: refactoring: split backends to separate packages 2017-04-21 14:00:04 -07:00