[all-commits] [llvm/llvm-project] 3ec28d: [LLDB] Add DynamicLoaderWasmDYLD plugin for WebAss...
Paolo Severini via All-commits
all-commits at lists.llvm.org
Wed Feb 5 14:49:55 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3ec28da6d6430a00b46780555a87acd43fcab790
https://github.com/llvm/llvm-project/commit/3ec28da6d6430a00b46780555a87acd43fcab790
Author: Paolo Severini <paolosev at microsoft.com>
Date: 2020-02-05 (Wed, 05 Feb 2020)
Changed paths:
A lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestWasm.py
A lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/test_sym.yaml
A lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/test_wasm_embedded_debug_sections.yaml
A lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/test_wasm_external_debug_sections.yaml
M lldb/source/API/SystemInitializerFull.cpp
M lldb/source/Plugins/DynamicLoader/CMakeLists.txt
M lldb/source/Plugins/ObjectFile/wasm/ObjectFileWasm.cpp
M lldb/source/Plugins/ObjectFile/wasm/ObjectFileWasm.h
M lldb/test/Shell/ObjectFile/wasm/basic.yaml
M lldb/test/Shell/ObjectFile/wasm/embedded-debug-sections.yaml
M lldb/test/Shell/ObjectFile/wasm/stripped-debug-sections.yaml
M lldb/test/Shell/ObjectFile/wasm/unified-debug-sections.yaml
M lldb/tools/lldb-test/SystemInitializerTest.cpp
Log Message:
-----------
[LLDB] Add DynamicLoaderWasmDYLD plugin for WebAssembly debugging
Add a dynamic loader plug-in class for WebAssembly modules.
Differential Revision: https://reviews.llvm.org/D72751
More information about the All-commits
mailing list