diff options
| author | Pavel Labath <labath@google.com> | 2020-02-05 16:13:50 -0800 |
|---|---|---|
| committer | Pavel Labath <labath@google.com> | 2020-02-05 16:22:19 -0800 |
| commit | 40efa65de804b42e14356fc8fcfaa79d9dbcdb02 (patch) | |
| tree | b031f3d86cf189fa2868f6870193a2f22f6862ec /lldb/test/Shell/ObjectFile | |
| parent | f9efce1dd5ceef7ed594f42d207b13bb6c9f1b6e (diff) | |
| download | llvm-40efa65de804b42e14356fc8fcfaa79d9dbcdb02.zip llvm-40efa65de804b42e14356fc8fcfaa79d9dbcdb02.tar.gz llvm-40efa65de804b42e14356fc8fcfaa79d9dbcdb02.tar.bz2 | |
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.
Diffstat (limited to 'lldb/test/Shell/ObjectFile')
4 files changed, 14 insertions, 14 deletions
diff --git a/lldb/test/Shell/ObjectFile/wasm/basic.yaml b/lldb/test/Shell/ObjectFile/wasm/basic.yaml index 79b6c73..e7928f9 100644 --- a/lldb/test/Shell/ObjectFile/wasm/basic.yaml +++ b/lldb/test/Shell/ObjectFile/wasm/basic.yaml @@ -4,11 +4,11 @@ # CHECK: Plugin name: wasm # CHECK: Architecture: wasm32-unknown-unknown-wasm # CHECK: UUID: -# CHECK: Executable: false -# CHECK: Stripped: false -# CHECK: Type: shared library +# CHECK: Executable: true +# CHECK: Stripped: true +# CHECK: Type: executable # CHECK: Strata: user -# CHECK: Base VM address: 0x0 +# CHECK: Base VM address: 0xa # CHECK: Name: code # CHECK: Type: code diff --git a/lldb/test/Shell/ObjectFile/wasm/embedded-debug-sections.yaml b/lldb/test/Shell/ObjectFile/wasm/embedded-debug-sections.yaml index 537c155..ac36c66 100644 --- a/lldb/test/Shell/ObjectFile/wasm/embedded-debug-sections.yaml +++ b/lldb/test/Shell/ObjectFile/wasm/embedded-debug-sections.yaml @@ -4,11 +4,11 @@ # CHECK: Plugin name: wasm # CHECK: Architecture: wasm32-unknown-unknown-wasm # CHECK: UUID: -# CHECK: Executable: false -# CHECK: Stripped: false -# CHECK: Type: shared library +# CHECK: Executable: true +# CHECK: Stripped: true +# CHECK: Type: executable # CHECK: Strata: user -# CHECK: Base VM address: 0x0 +# CHECK: Base VM address: 0xa # CHECK: Name: code # CHECK: Type: code diff --git a/lldb/test/Shell/ObjectFile/wasm/stripped-debug-sections.yaml b/lldb/test/Shell/ObjectFile/wasm/stripped-debug-sections.yaml index 412fb0a..0ec349e 100644 --- a/lldb/test/Shell/ObjectFile/wasm/stripped-debug-sections.yaml +++ b/lldb/test/Shell/ObjectFile/wasm/stripped-debug-sections.yaml @@ -4,9 +4,9 @@ # CHECK: Plugin name: wasm # CHECK: Architecture: wasm32-unknown-unknown-wasm # CHECK: UUID: -# CHECK: Executable: false -# CHECK: Stripped: false -# CHECK: Type: shared library +# CHECK: Executable: true +# CHECK: Stripped: true +# CHECK: Type: executable # CHECK: Strata: user # CHECK: Base VM address: 0x0 diff --git a/lldb/test/Shell/ObjectFile/wasm/unified-debug-sections.yaml b/lldb/test/Shell/ObjectFile/wasm/unified-debug-sections.yaml index 4bfdd5a..182690e 100644 --- a/lldb/test/Shell/ObjectFile/wasm/unified-debug-sections.yaml +++ b/lldb/test/Shell/ObjectFile/wasm/unified-debug-sections.yaml @@ -13,11 +13,11 @@ # CHECK: Plugin name: wasm # CHECK: Architecture: wasm32-unknown-unknown-wasm # CHECK: UUID: -# CHECK: Executable: false +# CHECK: Executable: true # CHECK: Stripped: true -# CHECK: Type: shared library +# CHECK: Type: executable # CHECK: Strata: user -# CHECK: Base VM address: 0x0 +# CHECK: Base VM address: 0xa # CHECK: Name: code # CHECK: Type: code |
