summaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter
AgeCommit message (Expand)Author
2025-11-19[NFC][lldb] move DiagnosticsRendering to Host (#168696)Charles Zablit
2025-11-12Revert "[lldb] Introduce ScriptedFrameProvider for real threads" (#167662)Michael Buch
2025-11-11[lldb] Introduce ScriptedFrameProvider for real threads (#161870)Med Ismail Bennani
2025-11-06[lldb/Interpreter] Implement ScriptedFrameProvider{,Python}Interface (#166662)Med Ismail Bennani
2025-10-13[lldb] Don't emit .lldbinit warning as an error (#163265)Jonas Devlieghere
2025-10-13[lldb] Remove Python 2 compatibility code in embedded_interpreter.pyDavid Spickett
2025-10-09Add a scripted way to re-present a stop location (#158128)jimingham
2025-09-04[lldb] Correct style of error messages (#156774)Jonas Devlieghere
2025-09-04[lldb] Add more command option mnemonics (#155705)Jonas Devlieghere
2025-08-29[lldb] Adjust ProtocolServer connection defaults. (#155714)John Harrison
2025-08-26[lldb] Underline short option letters as mnemonics (#153695)Jonas Devlieghere
2025-08-21[lldb] Add flag to "settings show" to include default values (#153233)Dave Lee
2025-08-19[lldb] Make step/s alias for new _regexp-step (#153984)Dave Lee
2025-08-15[lldb] Print ValueObject when GetObjectDescription fails (#152417)Dave Lee
2025-08-01[lldb] Use std::optional::value_or (NFC) (#151629)Kazu Hirata
2025-07-30[lldb] Remove a redundant call to std::unique_ptr<T>::get (NFC) (#151283)Kazu Hirata
2025-07-28Switch the ScriptedBreakpointResolver over to the ScriptedInterface form (#15...jimingham
2025-07-25[lldb] Use std::make_shared where possible (NFC) (#150714)Jonas Devlieghere
2025-07-16[lldb] [cosmetic] Update help message of `(lldb) b` (#149114)royitaqi
2025-07-08[lldb] Pass address expression command args through FixAnyAddress (#147011)Jason Molenda
2025-06-26[lldb] Remove child_process_inherit argument from Pipe (#145516)Pavel Labath
2025-06-20[lldb] Add Model Context Protocol (MCP) support to LLDB (#143628)Jonas Devlieghere
2025-06-10[lldb/cmake] Use ADDITIONAL_HEADER(_DIR)?S (#142587)Pavel Labath
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath
2025-06-03[lldb] Fix data race in statusline format handling (#142489)Jonas Devlieghere
2025-05-29[LLDB] [NFC] - Remove duplicate #include headers from the files of lldb dir &...Akash Agrawal
2025-05-28[lldb] Expose language plugin commands based based on language of current fra...Dave Lee
2025-05-20Update InterpreterProperties.td (#140746)Anthony Cabrera-Lara
2025-05-17[lldb] Use llvm::replace (NFC) (#140343)Kazu Hirata
2025-05-13[lldb] Use std:::string::find with std::string_view (NFC) (#139679)Kazu Hirata
2025-05-04[lldb] Remove unused local variables (NFC) (#138457)Kazu Hirata
2025-04-27Complete ToJSON for OptionValues (#137375)Ebuka Ezike
2025-04-24[lldb][lldb-dap] Add ToJSON for OptionValueEnumeration (#137007)Ebuka Ezike
2025-04-22[lldb] Fix use-color settings not persistent (#135626)Ebuka Ezike
2025-04-10[lldb] Support programmatically setting the statusline format (NFC) (#135250)Jonas Devlieghere
2025-04-04[LLDB][NFC]Fix stack-use-after free bug. (#134296)Vy Nguyen
2025-04-02[LLDB][NFC]Move fields that might be referenced in scope-exit to beginning (#...Vy Nguyen
2025-04-01Add a new affordance that the Python module in a dSYM (#133290)jimingham
2025-03-21[lldb] Show target.debug-file-search-paths setting from python SBDebugger (#...Ebuka Ezike
2025-03-20Reapply LLDB-Telemetry TargetInfo branch (pr/127834) (#132043)Vy Nguyen
2025-03-19Revert "[LLDB][Telemetry]Define TargetInfo for collecting data about a target...Pavel Labath
2025-03-18[LLDB][Telemetry]Define TargetInfo for collecting data about a target (#127834)Vy Nguyen
2025-03-17Reapply "[lldb] Implement basic support for reverse-continue (#125242)" (agai...Pavel Labath
2025-03-07[LLDB][Telemetry]Define telemetry::CommandInfo (#129354)Vy Nguyen
2025-02-19[lldb] Synchronize the debuggers output & error streamsJonas Devlieghere
2025-02-19[lldb] Make GetOutputStreamSP and GetErrorStreamSP protected (#127682)Jonas Devlieghere
2025-02-12[lldb] Remove Debugger::Get{Output,Error}Stream (NFC) (#126821)Jonas Devlieghere
2025-02-07[lldb][Breakpoint] Allow whitespace in breakpoint address expression (#126053)Michael Buch
2025-02-04[lldb] Support CommandInterpreter print callbacks (#125006)Jonas Devlieghere
2025-02-04[lldb] Store the command in the CommandReturnObject (#125132)Jonas Devlieghere