7 Commits

Author SHA1 Message Date
71f1220717 *: add ppc64le support (#2963)
* Add vendor/golang.org/x/arch/ppc64

* Add ppc64le support
2023-07-07 09:30:38 -07:00
2d3fd35e04 pkg,service: refactor to use %q instead of "%s" (#3430) 2023-07-05 08:49:08 -07:00
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
3d334e4a5b fmt code (#2826) 2021-12-13 10:25:23 -08:00
c06a1a0252 service/debugger: Fix checking for CI 2020-04-14 21:02:38 +02:00
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
aa0b4eb180 *: Better error launching invalid binary format
Fixes #1310
2020-04-02 18:41:16 +02:00