Rollup merge of #42917 - kennytm:gdb-fatal-proc-rec, r=Mark-Simulacrum

compiletest: show details why GDB failed to execute.

Help finding reasons of spurious errors due to GDB failing to run (#42693).
This commit is contained in:
Corey Farwell 2017-06-26 23:34:13 -04:00 committed by GitHub
commit d7a5508069

View file

@ -692,7 +692,7 @@ actual:\n\
}
if !debugger_run_result.status.success() {
self.fatal("gdb failed to execute");
self.fatal_proc_rec("gdb failed to execute", &debugger_run_result);
}
self.check_debugger_output(&debugger_run_result, &check_lines);