Age | Commit message (Expand) | Author | Files | Lines |
2025-07-18 | [LLDB] Fix Memory64 BaseRVA, move all non-stack memory to Mem64. (#146777) | Jacob Lalonde | 1 | -6/+8 |
2025-07-15 | [lldb] Add completions for plugin list/enable/disable (#147775) | David Peixotto | 1 | -0/+32 |
2025-06-23 | [lldb] add plugin names to process save-core error output. (#143126) | Ebuka Ezike | 1 | -5/+22 |
2025-06-20 | [lldb] Add Model Context Protocol (MCP) support to LLDB (#143628) | Jonas Devlieghere | 1 | -0/+32 |
2025-06-17 | [lldb] Add support to list/enable/disable remaining plugin types. (#143970) | David Peixotto | 1 | -37/+404 |
2025-06-09 | Add commands to list/enable/disable plugins (#134418) | David Peixotto | 1 | -0/+60 |
2025-05-25 | [lldb] Use llvm::find_if (NFC) (#141385) | Kazu Hirata | 1 | -3/+3 |
2025-04-25 | Add symbol locator time for each module in statistics (#137379) | GeorgeHuyubo | 1 | -6/+19 |
2025-04-25 | Revert "Add symbol locator time for each module in statistics (#134563)" | Kazu Hirata | 1 | -19/+6 |
2025-04-25 | Add symbol locator time for each module in statistics (#134563) | GeorgeHuyubo | 1 | -6/+19 |
2025-04-25 | [lldb][CPlusPlus] Add plugin.cplusplus.display.function-name-format setting (... | Michael Buch | 1 | -5/+22 |
2025-04-02 | Add enable/disable api for SystemRuntime plugins (#133794) | David Peixotto | 1 | -3/+52 |
2025-03-31 | [lldb] Remove raw access to PluginInstances vector (#132884) | David Peixotto | 1 | -84/+84 |
2024-11-26 | Fix return value of 'PluginManager::RegisterPlugin()'. (#114120) | Miro Bucko | 1 | -4/+3 |
2024-09-05 | [lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10... | Adrian Prantl | 1 | -1/+1 |
2024-08-27 | [lldb] Turn lldb_private::Status into a value type. (#106163) | Adrian Prantl | 1 | -3/+3 |
2024-08-15 | [LLDB] Reapply #100443 SBSaveCore Thread list (#104497) | Jacob Lalonde | 1 | -1/+5 |
2024-08-05 | Revert "[LLDB][SBSaveCore] Implement a selectable threadlist for Core… (#10... | Jacob Lalonde | 1 | -4/+0 |
2024-08-05 | Revert "[LLDB][SBSaveCore] Fix bug where default values are not propagated. (... | Haojian Wu | 1 | -1/+1 |
2024-08-02 | [LLDB][SBSaveCore] Fix bug where default values are not propagated. (#101770) | Jacob Lalonde | 1 | -1/+1 |
2024-08-02 | [LLDB][SBSaveCore] Implement a selectable threadlist for Core Options. (#100... | Jacob Lalonde | 1 | -0/+4 |
2024-07-27 | [lldb/Commands] Add `scripting template list` command with auto discovery | Med Ismail Bennani | 1 | -0/+65 |
2024-07-25 | [lldb] Revert scripting template list patches (#100673) | Med Ismail Bennani | 1 | -65/+0 |
2024-07-25 | [lldb/Commands] Add `scripting template list` command with auto discovery | Med Ismail Bennani | 1 | -0/+65 |
2024-07-23 | Revert "[lldb/Commands] Add `scripting template list` command with auto disco... | Med Ismail Bennani | 1 | -65/+0 |
2024-07-23 | [lldb/Commands] Add `scripting template list` command with auto discovery (#9... | Med Ismail Bennani | 1 | -0/+65 |
2024-07-18 | [LLDB][SaveCore] Add SBSaveCoreOptions Object, and SBProcess::SaveCore() over... | Jacob Lalonde | 1 | -10/+36 |
2023-12-16 | [lldb] Use StringRef::{starts,ends}_with (NFC) | Kazu Hirata | 1 | -2/+2 |
2023-12-04 | DEBUGINFOD based DWP acquisition for LLDB (#70996) | Kevin Frei | 1 | -5/+23 |
2023-11-04 | [lldb] Move DownloadObjectAndSymbolFile to SymbolLocator plugin (#71267) | Jonas Devlieghere | 1 | -1/+21 |
2023-11-03 | [lldb] Move LocateExecutableSymbolFile to SymbolLocator plugin (#71266) | Jonas Devlieghere | 1 | -1/+19 |
2023-11-03 | [lldb] Move FindSymbolFileInBundle to SymbolLocator plugin (#71247) | Jonas Devlieghere | 1 | -4/+24 |
2023-11-03 | [lldb] Convert LocateSymbolFile into a plugin (#71151) | Jonas Devlieghere | 1 | -0/+53 |
2023-06-27 | [lldb][NFCI] Remove use of ConstString from PluginManager | Alex Langford | 1 | -50/+42 |
2023-06-26 | [lldb][NFCI] Remove unneeded ConstString constructions for OptionValuePropert... | Alex Langford | 1 | -2/+2 |
2023-04-19 | [lldb] Change setting descriptions to use StringRef instead of ConstString | Alex Langford | 1 | -46/+44 |
2023-04-13 | [lldb] Show register fields using bitfield struct types | David Spickett | 1 | -0/+39 |
2022-10-25 | [trace][intel pt] Simple detection of infinite decoding loops | Walter Erquinigo | 1 | -4/+14 |
2022-08-25 | [lldb] Teach LLDB about Mach-O filesets | Jonas Devlieghere | 1 | -2/+15 |
2022-06-24 | [NFC][lldb][trace] Rename trace session to trace bundle | Walter Erquinigo | 1 | -9/+9 |
2022-06-09 | [lldb] Set COFF module ABI from default triple and make it an option | Alvin Wong | 1 | -5/+25 |
2021-12-14 | [lldb] Check if language is supported before creating a REPL instance | Jonas Devlieghere | 1 | -0/+6 |
2021-11-03 | [lldb] Remove ConstString from plugin names in PluginManager innards | Pavel Labath | 1 | -113/+98 |
2021-11-02 | [lldb] Remove ConstString from TypeSystem and REPL plugin names | Pavel Labath | 1 | -6/+7 |
2021-10-29 | [lldb] Remove ConstString from SymbolVendor, Trace, TraceExporter, UnwindAsse... | Pavel Labath | 1 | -25/+31 |
2021-10-28 | [lldb] Remove ConstString from Process, ScriptInterpreter and StructuredData ... | Pavel Labath | 1 | -11/+13 |
2021-10-27 | Remove ConstString from Language, LanguageRuntime, SystemRuntime and SymbolFi... | Pavel Labath | 1 | -12/+15 |
2021-10-26 | [lldb] Remove ConstString from Platform plugin names | Pavel Labath | 1 | -6/+8 |
2021-10-25 | Remove ConstString from DynamicLoader, JITLoader and Instruction plugin names | Pavel Labath | 1 | -11/+14 |
2021-10-22 | [lldb] Remove ConstString from ABI, Architecture and Disassembler plugin names | Pavel Labath | 1 | -9/+13 |