delve/service/test
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
..
common_test.go service,terminal: apply substitute path to trace/break argument 2020-11-17 16:41:35 +01:00
integration1_test.go *: Never use pointer to proc.ErrProcessExited (#2431) 2021-04-13 08:52:29 +02:00
integration2_test.go proc,terminal: Ensure correct exit status (#2543) 2021-06-22 13:35:13 +02:00
variables_test.go proc: correctly truncate the result of binary ops on integers (#2463) 2021-05-17 10:31:05 -07:00