[all-commits] [llvm/llvm-project] 40efa6: Revert "[LLDB] Add DynamicLoaderWasmDYLD plugin fo...
plabath via All-commits
all-commits at lists.llvm.org
Wed Feb 5 16:22:29 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 40efa65de804b42e14356fc8fcfaa79d9dbcdb02
https://github.com/llvm/llvm-project/commit/40efa65de804b42e14356fc8fcfaa79d9dbcdb02
Author: Pavel Labath <labath at google.com>
Date: 2020-02-05 (Wed, 05 Feb 2020)
Changed paths:
R lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestWasm.py
R lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/test_sym.yaml
R lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/test_wasm_embedded_debug_sections.yaml
R 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
R lldb/source/Plugins/DynamicLoader/wasm-DYLD/CMakeLists.txt
R lldb/source/Plugins/DynamicLoader/wasm-DYLD/DynamicLoaderWasmDYLD.cpp
R lldb/source/Plugins/DynamicLoader/wasm-DYLD/DynamicLoaderWasmDYLD.h
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:
-----------
Revert "[LLDB] Add DynamicLoaderWasmDYLD plugin for WebAssembly debugging"
This patch has a couple of outstanding issues. The test is not python3
compatible, and it also seems to fail with python2 (at least under some
circumstances) due to an overambitious assertion.
This reverts the patch as well as subsequent fixup attempts:
014ea9337624fe20aca8892e73b6b3f741d8da9e,
f5f70d1c8fbf12249b4b9598f10a10f12d4db029.
4697e701b8cb40429818609814c7422e49b2ee07.
5c15e8e682e365b3a7fcf35200df79f3fb93b924.
3ec28da6d6430a00b46780555a87acd43fcab790.
More information about the All-commits
mailing list