summaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/CommandInterpreter.cpp
AgeCommit message (Expand)Author
2024-06-20Factor out expression result error strings.Adrian Prantl
2024-06-07Add AllowRepeats to SBCommandInterpreterRunOptions. (#94786)jimingham
2024-06-03Re-merge `A few updates around "transcript"` (#92843) (#94067)royitaqi
2024-05-31Revert "A few updates around "transcript"" (#94088)gulfemsavrun
2024-05-31A few updates around "transcript" (#92843)royitaqi
2024-05-31[lldb] Fix 'session save' command on WindowsVladislav Dzhidzhoev
2024-05-21[lldb] Add the word "backtrace" to bt help string (#92618)Dave Lee
2024-05-20Add new Python API `SBCommandInterpreter::GetTranscript()` (#90703)royitaqi
2024-04-24[lldb][nfc] Move broadcaster class strings away from ConstString (#89690)Alex Langford
2024-02-05Add commands frequency to statistics dump (#80375)jeffreytan81
2023-12-21[lldb] Add actionable feedback when overwriting a command fails (#76030)Felipe de Azevedo Piovezan
2023-10-17[lldb] Scalar::GetValue() should take a Stream by reference (#69231)Alex Langford
2023-09-20Revert "Fix a bug with cancelling "attach -w" after you have run a process pr...David Spickett
2023-09-19Fix a bug with cancelling "attach -w" after you have run a process previously...jimingham
2023-09-13[lldb] Treat user aliases the same as built-ins when tab completing (#65974)David Spickett
2023-08-31[lldb][NFCI] Remove unneeded ConstString conversionsAlex Langford
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford
2023-07-06Refine the reporting mechanism for interruption.Jim Ingham
2023-06-06[lldb/Commands] Add support to auto-completion for user commandsMed Ismail Bennani
2023-05-04[lldb] Eliminate {Get,Set}PropertyAtIndexAsFileSpec (NFC)Jonas Devlieghere
2023-05-04[lldb] Use templates to simplify {Get,Set}PropertyAtIndex (NFC)Jonas Devlieghere
2023-05-02[lldb] Make exe_ctx an optional argument in OptionValueProperties (NFC)Jonas Devlieghere
2023-05-01[lldb] Refactor OptionValueProperties to return a std::optional (NFC)Jonas Devlieghere
2023-05-01[lldb] Add debugger.external-editor settingJonas Devlieghere
2023-04-28[lldb] Refactor host::OpenFileInExternalEditorJonas Devlieghere
2023-04-26[lldb] Create a way to force remove commandswalter erquinigo
2023-03-24Fix backtick handling in parsed commands.Jim Ingham
2023-03-15Add a Debugger interruption mechanism in conjunction with theJim Ingham
2023-03-08[lldb] Make repeat commands work for regex commandsDave Lee
2023-03-07Recommit "[lldb] Redefine p alias to dwim-print command"Dave Lee
2023-03-06Revert "[lldb] Redefine p alias to dwim-print command"Dave Lee
2023-03-06[lldb] Redefine p alias to dwim-print commandDave Lee
2023-02-09[lldb] Remove unused CommandObjectRegexCommand::m_max_matches (NFC)Dave Lee
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-19Revert "[lldb] Remove redundant .c_str() and .get() calls"Muhammad Omair Javaid
2022-12-18[lldb] Remove redundant .c_str() and .get() callsFangrui Song
2022-12-16[trace] Migrate uses of operator<<(raw_ostream &OS, const Optional<T> &O) to ...Fangrui Song
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-11-29[lldb] Introduce dwim-print commandDave Lee
2022-11-03[lldb/Interpreter] Open saved transcript in GUI EditorMed Ismail Bennani
2022-10-31[lldb] Add a "diagnostics dump" commandJonas Devlieghere
2022-09-26[lldb] Fix CommandInterpreter::DidProcessStopAbnormally() with multiple threadsMartin Storsjö
2022-09-19[lldb] Remove LLDB reproducersJonas Devlieghere
2022-09-14Revert "Revert "Be more careful to maintain quoting information when parsing ...Jim Ingham
2022-09-13Revert "Be more careful to maintain quoting information when parsing commands."Jim Ingham
2022-09-13Revert "constexpr isn't right here."Jim Ingham
2022-09-13constexpr isn't right here.Jim Ingham
2022-09-13Be more careful to maintain quoting information when parsing commands.Jim Ingham
2022-09-08[lldb] Use std::size instead of llvm::array_lengthofJoe Loser