summaryrefslogtreecommitdiff
path: root/lldb/source/Expression/REPL.cpp
AgeCommit message (Expand)Author
2025-11-20[lldb] Eliminate SupportFileSP nullptr derefs (#168624)Jonas Devlieghere
2025-08-15[lldb] Print ValueObject when GetObjectDescription fails (#152417)Dave Lee
2025-02-19[lldb] Synchronize the debuggers output & error streamsJonas Devlieghere
2024-11-21[lldb] Refactor UserExpression::Evaluate to only have one error channel. (#11...Adrian Prantl
2024-08-30[lldb] Deal with SupportFiles in SourceManager (NFC) (#106740)Jonas Devlieghere
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
2023-09-01[LLDB] Fix IOHandlerEditline::GetCurrentLines()walter erquinigo
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford
2023-06-15[lldb][NFCI] Remove use of ConstString from IOHandlerAlex Langford
2023-06-05[lldb][NFCI] Change return type of REPL::GetSourceFileBasenameAlex Langford
2023-05-23[LLDB] Add some declarations related to REPL support for mojowalter erquinigo
2023-05-04[LLDB] Add a hook to notify REPLs that an expression was evaluatedwalter erquinigo
2023-04-21Make sure SelectMostRelevantFrame happens only when returning to the user.Jim Ingham
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-09-19[lldb] Remove LLDB reproducersJonas Devlieghere
2022-08-08[lldb] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song
2022-07-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-04-11[lldb] Don't report progress in the REPLJonas Devlieghere
2021-12-14[lldb] Check if language is supported before creating a REPL instanceJonas Devlieghere
2021-08-09[lldb] [gdb-remote] Add eOpenOptionReadWrite for future gdb compatMichał Górny
2020-09-16Use zu rather than llu format specifier for size_t (-Wformat warning fix).Eric Christopher
2020-09-16Add '<' meta command to read in code from external filePatrick Beard
2020-07-03[lldb] Fix missing characters when autocompleting LLDB commands in REPLMartin Svensson
2020-06-09[lldb/Interpreter] Support color in CommandReturnObjectJonas Devlieghere
2020-05-21[lldb/REPL] Fix unhandled switch caseJonas Devlieghere
2020-02-11[lldb][NFC] Remove several inefficient ConstString -> const char * -> StringR...Raphael Isemann
2020-01-30[lldb][NFCI] Remove UserExpression::GetJITModuleAlex Langford
2020-01-29[lldb] Use CompletionRequest in REPL::CompleteCode and remove translation cod...Raphael Isemann
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2020-01-15[lldb/Debugger] Rename IO handler methods to be more meaningful (NFC)Jonas Devlieghere
2020-01-10Add missing nullptr checks.Adrian Prantl
2019-10-09remove a smattering of isolated, unnecessary uses of FILE*Lawrence D'Anna
2019-09-27remove File::SetStream(), make new files instead.Lawrence D'Anna
2019-09-26Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna
2019-09-25[lldb][NFC] Remove CompletionRequest::GetCursorArgument and GetRawLineUntilCu...Raphael Isemann
2019-09-06[lldb][NFC] Remove Args::StripSpacesRaphael Isemann
2019-08-22[lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann
2019-08-15[lldb][NFC] Refactor remaining completion logic to use CompletionRequestsRaphael Isemann
2019-07-31[CompletionRequest] Remove unimplemented members.Jonas Devlieghere
2019-03-10Quiet command regex instructions during batch executionDave Lee
2019-03-09Break cycle lldb/Commands [3->] lldb/Expression [1->] lldb/CommandsJonas Devlieghere
2019-03-05[Expression] Remove unused parameter from EvaluateAlex Langford
2019-03-02[Reproducers] Capture and replay interpreter commands.Jonas Devlieghere
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-11-02[FileSystem] Open File instances through the FileSystem.Jonas Devlieghere