[Lldb-commits] [PATCH] D49207: Get rid of the C-string parameter in DoExecute
Stella Stamenova via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 13 10:31:32 PDT 2018
stella.stamenova added a comment.
I am debugging through it right now, but I believe this change caused several tests on Windows with Python 3 to fail. The failures are all related to UTF-8. For example:
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 0: invalid start byte
Repository:
rL LLVM
https://reviews.llvm.org/D49207
More information about the lldb-commits
mailing list