delve/service
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
..
api *: Better error launching invalid binary format 2020-04-02 18:41:16 +02:00
dap *: Add --tty flag for debug / exec 2020-04-10 09:53:13 -07:00
debugger *: Add --tty flag for debug / exec 2020-04-10 09:53:13 -07:00
rpc1 *: Fix go vet complaints (#1935) 2020-03-18 09:25:32 -07:00
rpc2 proc/gdbserial,debugger: allow clients to stop a recording (#1890) 2020-03-24 09:09:28 -07:00
rpccommon *: Add --tty flag for debug / exec 2020-04-10 09:53:13 -07:00
test *: Add --tty flag for debug / exec 2020-04-10 09:53:13 -07:00
client.go proc/gdbserial,debugger: allow clients to stop a recording (#1890) 2020-03-24 09:09:28 -07:00
config.go *: Add --tty flag for debug / exec 2020-04-10 09:53:13 -07:00
listenerpipe.go cmd,service: in non-headless mode use an in-memory connection 2018-10-08 15:11:13 -07:00
rpccallback.go Replaced net/rpc with custom version 2016-07-02 12:16:06 +02:00
server.go cmd,service: remove temporary def of Server interface in func 2018-10-09 07:56:48 -07:00