summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectFile/wasm
AgeCommit message (Expand)Author
2025-08-26[lldb] Corretly parse Wasm segments (#154727)Jonas Devlieghere
2025-08-19[lldb] Improve error handling in ObjectFileWasm (#154433)Jonas Devlieghere
2025-08-19[lldb] Create sections for Wasm segments (#153634)Jonas Devlieghere
2025-08-14[lldb] Support parsing data symbols from the Wasm name section (#153494)Jonas Devlieghere
2025-08-13[lldb] Use numeric_limits for all overflow checks in ObjectFileWasm (#153332)Jonas Devlieghere
2025-08-12[lldb] Support parsing the Wasm symbol table (#153093)Jonas Devlieghere
2025-07-30[lldb] Support DW_OP_WASM_location in DWARFExpression (#151010)Jonas Devlieghere
2025-06-09[LLDB] Unify DWARF section name matching (#141344)nerix
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-06-07[WebAssembly] Add WASM_SEC_LAST_KNOWN to BinaryFormat section types list [NFC]Derek Schuff
2022-04-05[lldb] Change CreateMemoryInstance to take a WritableDataBufferJonas Devlieghere
2022-04-05[lldb] Refactor DataBuffer so we can map files as read-onlyJonas Devlieghere
2022-04-04[lldb] Prevent object file plugins from changing the data bufferJonas Devlieghere
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2021-11-30[NFC] Refactor symbol table parsing.Greg Clayton
2021-11-17Revert "[NFC] Refactor symbol table parsing."Greg Clayton
2021-11-17[NFC] Refactor symbol table parsing.Greg Clayton
2021-10-21[lldb] Remove ConstString from GetPluginNameStatic of some pluginsPavel Labath
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
2021-06-17[WebAssembly] Rename event to tagHeejin Ahn
2021-01-14[lldb][wasm] Parse DWO section namesPhilip Pfaffe
2020-05-14[lldb] Switch Section-dumping code to raw_ostreamPavel Labath
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2020-02-17[LLDB] Add DynamicLoaderWasmDYLD plugin for WebAssembly debuggingPaolo Severini
2020-02-14[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)Jonas Devlieghere
2020-02-10[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere
2020-02-05Revert "[LLDB] Add DynamicLoaderWasmDYLD plugin for WebAssembly debugging"Pavel Labath
2020-02-05[LLDB] Add DynamicLoaderWasmDYLD plugin for WebAssembly debuggingPaolo Severini
2020-01-16[LLDB] Convert Plugins/ObjectFile/wasm/ObjectFileWasm.h to unix line endingsDerek Schuff
2020-01-16[LLDB] Add SymbolVendorWasm plugin for WebAssembly debuggingPaolo Severini
2020-01-15Fix the macos build after D71575.Jim Ingham
2020-01-15[LLDB] Add ObjectFileWasm plugin for WebAssembly debuggingPaolo Severini