[Lldb-commits] [PATCH] D16680: Re-submit rL258759: Write the session log file in UTF-8.

Tamas Berghammer via lldb-commits lldb-commits at lists.llvm.org
Thu Jan 28 09:13:27 PST 2016


tberghammer added a comment.

I converted the strings it was complaining about but I haven't managed to get the traceback printing working without converting the data to utf-8 manually. We are using traceback.format_exception to collect the stack trace what returns a string, then we store it in a variable and print it later.


http://reviews.llvm.org/D16680





More information about the lldb-commits mailing list