[Lldb-commits] [PATCH] D59854: [Host] Add LibraryLoader abstraction around dlopen/LoadLibrary

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 26 17:44:54 PDT 2019


JDevlieghere updated this revision to Diff 192392.
JDevlieghere marked an inline comment as done.
JDevlieghere added a comment.

`data()` -> `str().c_str()`


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

https://reviews.llvm.org/D59854

Files:
  lldb/include/lldb/Host/LibraryLoader.h
  lldb/source/Host/CMakeLists.txt
  lldb/source/Host/posix/LibraryLoader.cpp
  lldb/source/Host/windows/LibraryLoader.cpp
  lldb/unittests/Host/CMakeLists.txt
  lldb/unittests/Host/LibraryLoaderTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59854.192392.patch
Type: text/x-patch
Size: 6218 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190327/8b6b2e59/attachment.bin>


More information about the lldb-commits mailing list