delve/pkg/proc/native
Alessandro Arzilli ef20fbbf12
proc/gdbserver: clean up rr directory on detach (#3570)
We used to autoremove the trace recorded by rr but as a result of
various refactorings done to implement follow exec mode this broke.
Restore the functionality.

Also remove the _fixtures/testfnpos.go file which is autogenerated
during testing.
2024-01-24 09:21:20 -08:00
..
dump_freebsd.go
dump_linux_amd64.go
dump_linux_other.go
dump_linux.go
dump_other.go
dump_windows_amd64.go
exc_user_darwin.c
exc.h
exec_darwin.c
exec_darwin.h
followexec_other.go
hwbreak_amd64.go
hwbreak_other.go
mach_exc_user_darwin.c
mach_exc.h
nonative_darwin.go proc/native: remove dead code in nonative_darwin.go (#3637) 2024-01-17 16:31:27 -08:00
proc_darwin.c
proc_darwin.go
proc_darwin.h
proc_ebpf_linux.go
proc_freebsd.go
proc_linux.go proc: fix TestIssue1101 flake (#3585) 2023-11-27 08:58:27 -08:00
proc_no_ebpf_linux.go
proc_unix.go
proc_windows.go
proc.go proc/gdbserver: clean up rr directory on detach (#3570) 2024-01-24 09:21:20 -08:00
ptrace_darwin.go
ptrace_freebsd_amd64.go
ptrace_freebsd.go
ptrace_linux_64bit.go
ptrace_linux_386.go
ptrace_linux_amd64.go
ptrace_linux.go
register_linux_386.go
registers_darwin_amd64.go
registers_freebsd_amd64.go
registers_linux_amd64.go
registers_linux_arm64.go
registers_linux_ppc64le.go
registers_windows.go
support_sentinel_cgo_freebsd.go proc/native: add support sentinel for FreeBSD with cgo disabled (#3636) 2024-01-19 12:05:53 -08:00
support_sentinel_darwin.go
support_sentinel_freebsd.go
support_sentinel_linux.go
support_sentinel_windows.go
support_sentinel.go
syscall_windows_amd64.go
syscall_windows_arm64.go
syscall_windows.go
threads_darwin.c
threads_darwin.go
threads_darwin.h
threads_freebsd.go
threads_linux_386.go
threads_linux_amd64.go
threads_linux_arm64.go
threads_linux_ppc64le.go
threads_linux.go
threads_windows_amd64.go
threads_windows_arm64.go
threads_windows.go
threads.go
zsyscall_windows.go