summaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/CommandInterpreter.cpp
AgeCommit message (Expand)Author
2025-09-04[lldb] Correct style of error messages (#156774)Jonas Devlieghere
2025-08-29[lldb] Adjust ProtocolServer connection defaults. (#155714)John Harrison
2025-08-19[lldb] Make step/s alias for new _regexp-step (#153984)Dave Lee
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-06-20[lldb] Add Model Context Protocol (MCP) support to LLDB (#143628)Jonas Devlieghere
2025-05-28[lldb] Expose language plugin commands based based on language of current fra...Dave Lee
2025-05-17[lldb] Use llvm::replace (NFC) (#140343)Kazu Hirata
2025-04-22[lldb] Fix use-color settings not persistent (#135626)Ebuka Ezike
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-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-04[lldb] Support CommandInterpreter print callbacks (#125006)Jonas Devlieghere
2025-02-04[lldb] Store the command in the CommandReturnObject (#125132)Jonas Devlieghere
2025-01-31Revert "Reland "[lldb] Implement basic support for reverse-continue" (#125242)"Adrian Prantl
2025-01-31Reland "[lldb] Implement basic support for reverse-continue" (#125242)David Spickett
2025-01-30[lldb] Remove unused CommandReturnObject stack variable (NFC)Jonas Devlieghere
2025-01-30[lldb] Fix CommandInterpreter.{h,cpp} formatting (NFC)Jonas Devlieghere
2025-01-30Revert "Reland "[lldb] Implement basic support for reverse-continue" (#123906...David Spickett
2025-01-30Reland "[lldb] Implement basic support for reverse-continue" (#123906)" (#123...David Spickett
2025-01-22Revert "[lldb] Implement basic support for reverse-continue" (#123906)Pavel Labath
2025-01-22[lldb] Implement basic support for reverse-continue (#112079)Robert O'Callahan
2024-11-14[lldb] Support any flag to _regexp-bt (#116260)Dave Lee
2024-11-11[lldb] Use heterogenous lookups with std::map (NFC) (#115684)Kazu Hirata
2024-11-07[lldb] Add builtin e alias for expression (#115359)Dave Lee
2024-10-18[lldb] Add missing whitespace in help textAdrian Prantl
2024-10-14[lldb] Expose structured command diagnostics via the SBAPI. (#112109)Adrian Prantl
2024-10-12[lldb] Rename CommandReturnObject::Get.*Data -> Get.*String (#112062)Adrian Prantl
2024-10-11Support inline diagnostics in CommandReturnObject (#110901)Adrian Prantl
2024-10-10Revert "[lldb] Implement basic support for reverse-continue (#99736)"Jason Molenda
2024-10-10[lldb] Implement basic support for reverse-continue (#99736)Robert O'Callahan
2024-10-10Revert "[lldb] Implement basic support for reverse-continue (#99736)"Augusto Noronha
2024-10-10[lldb] Implement basic support for reverse-continue (#99736)Robert O'Callahan
2024-10-05Add warning message to `session save` when transcript isn't saved. (#109020)Tom Yang
2024-09-27[lldb] Inline expression evaluator error visualization (#106470)Adrian Prantl
2024-09-27Revert "[lldb] Inline expression evaluator error visualization (#106470)"Adrian Prantl
2024-09-27[lldb] Inline expression evaluator error visualization (#106470)Adrian Prantl
2024-09-24[lldb] Fix typos in various help messages. (#109851)Ryan Mansfield
2024-09-05[lldb] Make deep copies of Status explicit (NFC) (#107170)Adrian Prantl
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-08-23Revert "Revert "[lldb] Extend frame recognizers to hide frames from backtrace...Adrian Prantl
2024-08-22Revert "[lldb] Extend frame recognizers to hide frames from backtraces (#1045...Dmitri Gribenko
2024-08-20[lldb] Extend frame recognizers to hide frames from backtraces (#104523)Adrian Prantl
2024-08-08[lldb/Interpreter] Fix ambiguous partial command resolution (#101934)Med Ismail Bennani