mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-06 03:36:06 +00:00

Improve the error message when we fail to hit the initial breakpoint in run_to_breakpoint_do_run. In addition to the process state, we now also report the exit code and reason (if the process exited) as well as the inferior's output. Differential revision: https://reviews.llvm.org/D111978