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:
commit
d7a5508069
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue