delve/service/debugger
Joel Sing 9319cc34c9
service/debugger: make TestDebugger_LaunchWithTTY pass on FreeBSD (#2982)
FreeBSD does not have lsof, rather it has fstat. Additionally, the TTY name
does not match up with the current code.
2022-04-26 13:23:39 -07:00
..
debugger_darwin.go Add support for Windows. 2016-01-20 19:06:31 -08:00
debugger_freebsd.go *: FreeBSD initial support (#1480) 2019-07-12 18:28:04 -07:00
debugger_linux.go *: clean up staticcheck problems (#2723) 2021-09-28 12:07:42 -07:00
debugger_test.go *: Better error launching invalid binary format 2020-04-02 18:41:16 +02:00
debugger_unix_test.go service/debugger: make TestDebugger_LaunchWithTTY pass on FreeBSD (#2982) 2022-04-26 13:23:39 -07:00
debugger_unix.go fmt code (#2826) 2021-12-13 10:25:23 -08:00
debugger_windows.go *: Better error launching invalid binary format 2020-04-02 18:41:16 +02:00
debugger.go debugger: clarify no debug info errors (#2954) 2022-04-01 10:31:03 -07:00