aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/CommandInterpreter.cpp
AgeCommit message (Expand)AuthorFilesLines
9 days[lldb] [cosmetic] Update help message of `(lldb) b` (#149114)royitaqi1-2/+6
2025-06-20[lldb] Add Model Context Protocol (MCP) support to LLDB (#143628)Jonas Devlieghere1-0/+2
2025-05-28[lldb] Expose language plugin commands based based on language of current fra...Dave Lee1-1/+50
2025-05-17[lldb] Use llvm::replace (NFC) (#140343)Kazu Hirata1-2/+2
2025-04-22[lldb] Fix use-color settings not persistent (#135626)Ebuka Ezike1-1/+6
2025-04-04[LLDB][NFC]Fix stack-use-after free bug. (#134296)Vy Nguyen1-1/+3
2025-04-02[LLDB][NFC]Move fields that might be referenced in scope-exit to beginning (#...Vy Nguyen1-2/+7
2025-03-20Reapply LLDB-Telemetry TargetInfo branch (pr/127834) (#132043)Vy Nguyen1-1/+1
2025-03-19Revert "[LLDB][Telemetry]Define TargetInfo for collecting data about a target...Pavel Labath1-1/+1
2025-03-18[LLDB][Telemetry]Define TargetInfo for collecting data about a target (#127834)Vy Nguyen1-1/+1
2025-03-17Reapply "[lldb] Implement basic support for reverse-continue (#125242)" (agai...Pavel Labath1-1/+2
2025-03-07[LLDB][Telemetry]Define telemetry::CommandInfo (#129354)Vy Nguyen1-9/+50
2025-02-19[lldb] Synchronize the debuggers output & error streamsJonas Devlieghere1-12/+14
2025-02-19[lldb] Make GetOutputStreamSP and GetErrorStreamSP protected (#127682)Jonas Devlieghere1-2/+2
2025-02-04[lldb] Support CommandInterpreter print callbacks (#125006)Jonas Devlieghere1-20/+35
2025-02-04[lldb] Store the command in the CommandReturnObject (#125132)Jonas Devlieghere1-4/+6
2025-01-31Revert "Reland "[lldb] Implement basic support for reverse-continue" (#125242)"Adrian Prantl1-2/+1
2025-01-31Reland "[lldb] Implement basic support for reverse-continue" (#125242)David Spickett1-1/+2
2025-01-30[lldb] Remove unused CommandReturnObject stack variable (NFC)Jonas Devlieghere1-2/+0
2025-01-30[lldb] Fix CommandInterpreter.{h,cpp} formatting (NFC)Jonas Devlieghere1-45/+49
2025-01-30Revert "Reland "[lldb] Implement basic support for reverse-continue" (#123906...David Spickett1-2/+1
2025-01-30Reland "[lldb] Implement basic support for reverse-continue" (#123906)" (#123...David Spickett1-1/+2
2025-01-22Revert "[lldb] Implement basic support for reverse-continue" (#123906)Pavel Labath1-2/+1
2025-01-22[lldb] Implement basic support for reverse-continue (#112079)Robert O'Callahan1-1/+2
2024-11-14[lldb] Support any flag to _regexp-bt (#116260)Dave Lee1-2/+1
2024-11-11[lldb] Use heterogenous lookups with std::map (NFC) (#115684)Kazu Hirata1-15/+12
2024-11-07[lldb] Add builtin e alias for expression (#115359)Dave Lee1-0/+2
2024-10-18[lldb] Add missing whitespace in help textAdrian Prantl1-1/+1
2024-10-14[lldb] Expose structured command diagnostics via the SBAPI. (#112109)Adrian Prantl1-12/+11
2024-10-12[lldb] Rename CommandReturnObject::Get.*Data -> Get.*String (#112062)Adrian Prantl1-9/+9
2024-10-11Support inline diagnostics in CommandReturnObject (#110901)Adrian Prantl1-3/+20
2024-10-10Revert "[lldb] Implement basic support for reverse-continue (#99736)"Jason Molenda1-2/+1
2024-10-10[lldb] Implement basic support for reverse-continue (#99736)Robert O'Callahan1-1/+2
2024-10-10Revert "[lldb] Implement basic support for reverse-continue (#99736)"Augusto Noronha1-2/+1
2024-10-10[lldb] Implement basic support for reverse-continue (#99736)Robert O'Callahan1-1/+2
2024-10-05Add warning message to `session save` when transcript isn't saved. (#109020)Tom Yang1-0/+4
2024-09-27[lldb] Inline expression evaluator error visualization (#106470)Adrian Prantl1-1/+3
2024-09-27Revert "[lldb] Inline expression evaluator error visualization (#106470)"Adrian Prantl1-3/+1
2024-09-27[lldb] Inline expression evaluator error visualization (#106470)Adrian Prantl1-1/+3
2024-09-24[lldb] Fix typos in various help messages. (#109851)Ryan Mansfield1-1/+1
2024-09-05[lldb] Make deep copies of Status explicit (NFC) (#107170)Adrian Prantl1-1/+1
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-23/+31
2024-08-23Revert "Revert "[lldb] Extend frame recognizers to hide frames from backtrace...Adrian Prantl1-4/+5
2024-08-22Revert "[lldb] Extend frame recognizers to hide frames from backtraces (#1045...Dmitri Gribenko1-5/+4
2024-08-20[lldb] Extend frame recognizers to hide frames from backtraces (#104523)Adrian Prantl1-4/+5
2024-08-08[lldb/Interpreter] Fix ambiguous partial command resolution (#101934)Med Ismail Bennani1-19/+65
2024-08-05New ThreadPlanSingleThreadTimeout to resolve potential deadlock in single thr...jeffreytan811-1/+1
2024-07-01[lldb/Commands] Alias `script` command to `scripting run` (#97263)Med Ismail Bennani1-2/+11
2024-06-20Factor out expression result error strings.Adrian Prantl1-45/+3
2024-06-07Add AllowRepeats to SBCommandInterpreterRunOptions. (#94786)jimingham1-3/+11