[Lldb-commits] [PATCH] D12584: Fix TestCompletion.py failure on Darwin after r246639
Ying Chen via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 3 11:03:43 PDT 2015
chying added a comment.
Based on experiment I had, we need to send empty lines the same times as the number of lines in original commands on Darwin.
But on Linux, only one empty line is needed for multiple lines of commands.
It seems on Darwin, lldb doesn't automatically execute commands separated by new line.
http://reviews.llvm.org/D12584
More information about the lldb-commits
mailing list