[Lldb-commits] [PATCH] D77287: Windows: add very basic support for `DoLoadImage`

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 2 02:41:04 PDT 2020


labath added a comment.

We have some existing tests (`functionalities/load_using_paths/TestLoadUsingPaths.py`) for this functionality, but they are are all skipped on windows. Can you check if they work now, or create a new test for the subset of functionality which does work?

>   Ideally, the user input would be converted from UTF-8 to UTF-16.

Would it be possible to do the conversion within lldb (`llvm::ConvertUTF8toWide`), and pass that as a prebaked string?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77287/new/

https://reviews.llvm.org/D77287





More information about the lldb-commits mailing list