[all-commits] [llvm/llvm-project] c11219: [LLDB] Add DynamicLoaderWasmDYLD plugin for WebAss...

Paolo Severini via All-commits all-commits at lists.llvm.org
Mon Feb 17 03:49:07 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c1121908aace019b3e31e24def58a21a978531cd
      https://github.com/llvm/llvm-project/commit/c1121908aace019b3e31e24def58a21a978531cd
  Author: Paolo Severini <paolosev at microsoft.com>
  Date:   2020-02-17 (Mon, 17 Feb 2020)

  Changed paths:
    M lldb/source/API/SystemInitializerFull.cpp
    M lldb/source/Plugins/DynamicLoader/CMakeLists.txt
    A lldb/source/Plugins/DynamicLoader/wasm-DYLD/CMakeLists.txt
    A lldb/source/Plugins/DynamicLoader/wasm-DYLD/DynamicLoaderWasmDYLD.cpp
    A lldb/source/Plugins/DynamicLoader/wasm-DYLD/DynamicLoaderWasmDYLD.h
    M lldb/source/Plugins/ObjectFile/wasm/ObjectFileWasm.cpp
    M lldb/source/Plugins/ObjectFile/wasm/ObjectFileWasm.h
    A lldb/test/API/functionalities/gdb_remote_client/TestWasm.py
    A lldb/test/API/functionalities/gdb_remote_client/test_sym.yaml
    A lldb/test/API/functionalities/gdb_remote_client/test_wasm_embedded_debug_sections.yaml
    A lldb/test/API/functionalities/gdb_remote_client/test_wasm_external_debug_sections.yaml
    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