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:014ea93376,f5f70d1c8f.4697e701b8.5c15e8e682.3ec28da6d6.
This commit is contained in:
@@ -48,7 +48,6 @@
|
||||
#include "Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h"
|
||||
#include "Plugins/DynamicLoader/Static/DynamicLoaderStatic.h"
|
||||
#include "Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.h"
|
||||
#include "Plugins/DynamicLoader/wasm-DYLD/DynamicLoaderWasmDYLD.h"
|
||||
#include "Plugins/Instruction/ARM/EmulateInstructionARM.h"
|
||||
#include "Plugins/Instruction/ARM64/EmulateInstructionARM64.h"
|
||||
#include "Plugins/Instruction/MIPS/EmulateInstructionMIPS.h"
|
||||
@@ -275,7 +274,6 @@ llvm::Error SystemInitializerFull::Initialize() {
|
||||
DynamicLoaderMacOSXDYLD::Initialize();
|
||||
DynamicLoaderMacOS::Initialize();
|
||||
DynamicLoaderPOSIXDYLD::Initialize();
|
||||
wasm::DynamicLoaderWasmDYLD::Initialize(); // before DynamicLoaderStatic.
|
||||
DynamicLoaderStatic::Initialize();
|
||||
DynamicLoaderWindowsDYLD::Initialize();
|
||||
|
||||
@@ -364,7 +362,6 @@ void SystemInitializerFull::Terminate() {
|
||||
DynamicLoaderMacOSXDYLD::Terminate();
|
||||
DynamicLoaderMacOS::Terminate();
|
||||
DynamicLoaderPOSIXDYLD::Terminate();
|
||||
wasm::DynamicLoaderWasmDYLD::Terminate();
|
||||
DynamicLoaderStatic::Terminate();
|
||||
DynamicLoaderWindowsDYLD::Terminate();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user