delve/pkg/proc/native
Derek Parker 3e60ae202b *: Add --tty flag for debug / exec
This flag allows users on UNIX systems to set the tty for the program
being debugged by Delve. This is useful for debugging command line
applications which need access to their own TTY, and also for
controlling the output of the debugged programs so that IDEs may open a
dedicated terminal to show the output for the process.
2020-04-10 09:53:13 -07: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.h proc: refactoring: split backends to separate packages 2017-04-21 14:00:04 -07:00
nonative_darwin.go *: Add --tty flag for debug / exec 2020-04-10 09:53:13 -07: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 *: Add --tty flag for debug / exec 2020-04-10 09:53:13 -07:00
proc_darwin.h proc/native,Makefile: allow compiling on macOS without native backend 2018-10-02 10:46:09 -07:00
proc_freebsd.c *: FreeBSD initial support (#1480) 2019-07-12 18:28:04 -07:00
proc_freebsd.go *: Add --tty flag for debug / exec 2020-04-10 09:53:13 -07:00
proc_freebsd.h *: FreeBSD initial support (#1480) 2019-07-12 18:28:04 -07:00
proc_linux.go *: Add --tty flag for debug / exec 2020-04-10 09:53:13 -07:00
proc_unix.go *: Add --tty flag for debug / exec 2020-04-10 09:53:13 -07:00
proc_windows.go *: Add --tty flag for debug / exec 2020-04-10 09:53:13 -07:00
proc.go *: Add --tty flag for debug / exec 2020-04-10 09:53:13 -07:00
ptrace_darwin.go *: un-export unnecessarily public symbols 2020-03-31 14:47:29 -07:00
ptrace_freebsd_amd64.c *: FreeBSD initial support (#1480) 2019-07-12 18:28:04 -07:00
ptrace_freebsd_amd64.h *: FreeBSD initial support (#1480) 2019-07-12 18:28:04 -07:00
ptrace_freebsd.go *: un-export unnecessarily public symbols 2020-03-31 14:47:29 -07:00
ptrace_linux_64bit.go *: un-export unnecessarily public symbols 2020-03-31 14:47:29 -07:00
ptrace_linux_386.go *: un-export unnecessarily public symbols 2020-03-31 14:47:29 -07:00
ptrace_linux_amd64.go *: un-export unnecessarily public symbols 2020-03-31 14:47:29 -07:00
ptrace_linux.go *: un-export unnecessarily public symbols 2020-03-31 14:47:29 -07:00
register_linux_386.go *: un-export unnecessarily public symbols 2020-03-31 14:47:29 -07:00
registers_darwin_amd64.go *: un-export unnecessarily public symbols 2020-03-31 14:47:29 -07:00
registers_freebsd_amd64.go *: un-export unnecessarily public symbols 2020-03-31 14:47:29 -07:00
registers_linux_amd64.go *: un-export unnecessarily public symbols 2020-03-31 14:47:29 -07:00
registers_linux_arm64.go *: un-export unnecessarily public symbols 2020-03-31 14:47:29 -07:00
registers_windows_amd64.go *: un-export unnecessarily public symbols 2020-03-31 14:47:29 -07:00
support_sentinel.go pkg/proc,service: support linux/386 (#1884) 2020-03-10 09:34:40 -07: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 *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01: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 *: un-export unnecessarily public symbols 2020-03-31 14:47:29 -07:00
threads_darwin.h proc/native,Makefile: allow compiling on macOS without native backend 2018-10-02 10:46:09 -07:00
threads_freebsd.go *: un-export unnecessarily public symbols 2020-03-31 14:47:29 -07:00
threads_linux_386.go *: un-export unnecessarily public symbols 2020-03-31 14:47:29 -07:00
threads_linux_amd64.go *: un-export unnecessarily public symbols 2020-03-31 14:47:29 -07:00
threads_linux_arm64.go *: un-export unnecessarily public symbols 2020-03-31 14:47:29 -07:00
threads_linux.go *: un-export unnecessarily public symbols 2020-03-31 14:47:29 -07:00
threads_windows.go *: un-export unnecessarily public symbols 2020-03-31 14:47:29 -07:00
threads.go *: un-export unnecessarily public symbols 2020-03-31 14:47:29 -07:00
zsyscall_windows.go proc: refactoring: split backends to separate packages 2017-04-21 14:00:04 -07:00