Skip to content

Commit

Permalink
fix missing output when lldb is buffering output (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ukalnins authored Sep 7, 2020
1 parent 5322de7 commit fad42f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/lldb.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ def ProcessSTDERR():
stderr = process.GetSTDERR(1024)

def CloseOut():
sys.stdout.flush()
if (out):
out.close()
if (err):
Expand Down

0 comments on commit fad42f7

Please sign in to comment.