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:
kennytm 2017-10-10 00:16:22 +08:00
commit 9687c2efbe
No known key found for this signature in database
GPG Key ID: FEF6C8051D0E013C

View File

@ -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