[all-commits] [llvm/llvm-project] 9b3254: [LLDB] Add SymbolVendorWasm plugin for WebAssembly...
Paolo Severini via All-commits
all-commits at lists.llvm.org
Thu Jan 16 09:36:54 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9b3254dbf9f6624c772db7cfa7a3c29a0b94be8e
https://github.com/llvm/llvm-project/commit/9b3254dbf9f6624c772db7cfa7a3c29a0b94be8e
Author: Paolo Severini <paolosev at microsoft.com>
Date: 2020-01-16 (Thu, 16 Jan 2020)
Changed paths:
M lldb/source/API/SystemInitializerFull.cpp
M lldb/source/Plugins/ObjectFile/wasm/ObjectFileWasm.cpp
M lldb/source/Plugins/ObjectFile/wasm/ObjectFileWasm.h
M lldb/source/Plugins/SymbolVendor/CMakeLists.txt
A lldb/source/Plugins/SymbolVendor/wasm/CMakeLists.txt
A lldb/source/Plugins/SymbolVendor/wasm/SymbolVendorWasm.cpp
A lldb/source/Plugins/SymbolVendor/wasm/SymbolVendorWasm.h
A lldb/test/Shell/ObjectFile/wasm/unified-debug-sections.yaml
M lldb/tools/lldb-test/SystemInitializerTest.cpp
Log Message:
-----------
[LLDB] Add SymbolVendorWasm plugin for WebAssembly debugging
Add plugin class SymbolVendorWasm, with the logic to manage debug symbols
for Wasm modules.
Reviewers: clayborg, labath, aprantl, sbc100, teemperor
Reviewed By: labath
Tags: #lldb
Differential Revision: https://reviews.llvm.org/D72650
More information about the All-commits
mailing list