[lldb] Improve the error message in run_to_breakpoint_do_runImprove the error message when we fail to hit the initial breakpoint inrun_to_breakpoint_do_run. In addition to the process state, we no
[lldb] Improve the error message in run_to_breakpoint_do_runImprove the error message when we fail to hit the initial breakpoint inrun_to_breakpoint_do_run. In addition to the process state, we now alsoreport the exit code and reason (if the process exited) as well as theinferior's output.Differential revision: https://reviews.llvm.org/D111978
show more ...