delve/service/api
Derek Parker 42ecbd4413
proc,terminal: Ensure correct exit status (#2543)
Ensure that any command executed after the process we are trying to
debug prints a correct and consistent exit status.

Previously the exit code was being lost after the first time we printed
that a process has exited. Additionally, certain commands would print
the PID of the process and other would not. This change makes everything
more correct and consistent.
2021-06-22 13:35:13 +02:00
..
conversions.go pkg/proc: add support for hit count condition breakpoints (#2490) 2021-05-28 11:21:53 -07:00
prettyprint_test.go terminal: add -size argument to examinemem command 2020-09-11 08:21:11 +02:00
prettyprint.go terminal,api: move PrintStack function (#2537) 2021-06-16 13:05:17 -07:00
types.go proc,terminal: Ensure correct exit status (#2543) 2021-06-22 13:35:13 +02:00