Revert "[LLDB] Add DynamicLoaderWasmDYLD plugin for WebAssembly debugging"
authorPavel Labath <labath@google.com>
Thu, 6 Feb 2020 00:13:50 +0000 (16:13 -0800)
committerPavel Labath <labath@google.com>
Thu, 6 Feb 2020 00:22:19 +0000 (16:22 -0800)
commit40efa65de804b42e14356fc8fcfaa79d9dbcdb02
treeb031f3d86cf189fa2868f6870193a2f22f6862ec
parentf9efce1dd5ceef7ed594f42d207b13bb6c9f1b6e
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.
16 files changed:
lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestWasm.py [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/test_sym.yaml [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/test_wasm_embedded_debug_sections.yaml [deleted file]
lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/test_wasm_external_debug_sections.yaml [deleted file]
lldb/source/API/SystemInitializerFull.cpp
lldb/source/Plugins/DynamicLoader/CMakeLists.txt
lldb/source/Plugins/DynamicLoader/wasm-DYLD/CMakeLists.txt [deleted file]
lldb/source/Plugins/DynamicLoader/wasm-DYLD/DynamicLoaderWasmDYLD.cpp [deleted file]
lldb/source/Plugins/DynamicLoader/wasm-DYLD/DynamicLoaderWasmDYLD.h [deleted file]
lldb/source/Plugins/ObjectFile/wasm/ObjectFileWasm.cpp
lldb/source/Plugins/ObjectFile/wasm/ObjectFileWasm.h
lldb/test/Shell/ObjectFile/wasm/basic.yaml
lldb/test/Shell/ObjectFile/wasm/embedded-debug-sections.yaml
lldb/test/Shell/ObjectFile/wasm/stripped-debug-sections.yaml
lldb/test/Shell/ObjectFile/wasm/unified-debug-sections.yaml
lldb/tools/lldb-test/SystemInitializerTest.cpp