Skip to content

Commit fad42f7

Browse files
authored
fix missing output when lldb is buffering output (#474)
1 parent 5322de7 commit fad42f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/scripts/lldb.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ def ProcessSTDERR():
126126
stderr = process.GetSTDERR(1024)
127127

128128
def CloseOut():
129+
sys.stdout.flush()
129130
if (out):
130131
out.close()
131132
if (err):

0 commit comments

Comments
 (0)