[Lldb-commits] [PATCH] D72650: [LLDB] Add SymbolVendorWasm plugin for WebAssembly debugging

Paolo Severini via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jan 13 14:21:13 PST 2020


paolosev created this revision.
paolosev added reviewers: clayborg, labath, aprantl, sbc100, teemperor.
paolosev added a project: LLDB.
Herald added subscribers: lldb-commits, sunfish, aheejin, jgravelle-google, mgorny.

Add plugin class SymbolVendorWasm, with the logic to manage debug symbols for Wasm modules.

Depends on D71575 <https://reviews.llvm.org/D71575>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D72650

Files:
  lldb/source/API/SystemInitializerFull.cpp
  lldb/source/Plugins/ObjectFile/wasm/ObjectFileWasm.cpp
  lldb/source/Plugins/ObjectFile/wasm/ObjectFileWasm.h
  lldb/source/Plugins/SymbolVendor/CMakeLists.txt
  lldb/source/Plugins/SymbolVendor/wasm/CMakeLists.txt
  lldb/source/Plugins/SymbolVendor/wasm/SymbolVendorWasm.cpp
  lldb/source/Plugins/SymbolVendor/wasm/SymbolVendorWasm.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72650.237778.patch
Type: text/x-patch
Size: 14230 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200113/a043bf5b/attachment-0001.bin>


More information about the lldb-commits mailing list