mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-04 11:04:03 +00:00
Rollup merge of #45091 - kennytm:fix-45086, r=michaelwoerister
debuginfo-test: Fix #45086. Fixes #45086, where all debuginfo-lldb fails when using LLDB from Xcode 9.
This commit is contained in:
commit
9687c2efbe
@ -81,7 +81,7 @@ def execute_command(command_interpreter, command):
|
||||
|
||||
if res.Succeeded():
|
||||
if res.HasResult():
|
||||
print(normalize_whitespace(res.GetOutput()), end='\n')
|
||||
print(normalize_whitespace(res.GetOutput() or ''), end='\n')
|
||||
|
||||
# If the command introduced any breakpoints, make sure to register
|
||||
# them with the breakpoint
|
||||
|
Loading…
Reference in New Issue
Block a user