[Lldb-commits] [PATCH] D24385: MinidumpParsing: pid, modules, exceptions

Dimitar Vlahovski via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 9 05:52:20 PDT 2016


dvlahovski added a comment.

Also added parsing code for Minidump strings - the string in the file are UTF-16 encoded. I used the code from the WinMiniDump plugin and it can extract a UTF-16 string and convert it to a UTF-8 one.


https://reviews.llvm.org/D24385





More information about the lldb-commits mailing list