[Lldb-commits] [PATCH] D72751: [LLDB] Add DynamicLoaderWasmDYLD plugin for WebAssembly debugging
Paolo Severini via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jan 14 23:40:18 PST 2020
paolosev created this revision.
paolosev added reviewers: labath, clayborg, aprantl, sbc100, teemperor.
paolosev added a project: LLDB.
Herald added subscribers: lldb-commits, sunfish, aheejin, jgravelle-google, mgorny.
paolosev added a comment.
What is the best way to test this class?
Add a dynamic loader plug-in class for WebAssembly modules.
Depends on D72650 <https://reviews.llvm.org/D72650>.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D72751
Files:
lldb/source/API/SystemInitializerFull.cpp
lldb/source/Plugins/DynamicLoader/CMakeLists.txt
lldb/source/Plugins/DynamicLoader/wasm-DYLD/CMakeLists.txt
lldb/source/Plugins/DynamicLoader/wasm-DYLD/DynamicLoaderWasmDYLD.cpp
lldb/source/Plugins/DynamicLoader/wasm-DYLD/DynamicLoaderWasmDYLD.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72751.238179.patch
Type: text/x-patch
Size: 9487 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200115/8db7e8c1/attachment-0001.bin>
More information about the lldb-commits
mailing list