summaryrefslogtreecommitdiff
path: root/lldb/source/Core/Debugger.cpp
AgeCommit message (Expand)Author
2022-07-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-07-27[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 3Slava Gurevich
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-07-05[lldb/Core] Fix finite progress event reportingMed Ismail Bennani
2022-06-24[lldb] Add support for specifying a log handlerJonas Devlieghere
2022-06-23[lldb] Make thread safety the responsibility of the log handlersJonas Devlieghere
2022-06-23[lldb] Support a buffered logging modeJonas Devlieghere
2022-06-20Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-16[lldb] Remove LogHandler::Create functions (NFC)Jonas Devlieghere
2022-06-16[lldb] Introduce the concept of a log handler (NFC)Jonas Devlieghere
2022-05-18[lldb/Core] Fix "sticky" long progress messagesMed Ismail Bennani
2022-05-04[lldb] use one shared ThreadPool and task groupsLuboš Luňák
2022-05-03[lldb] Session transcript should use the async debugger streamsJonas Devlieghere
2022-04-12[lldb] Print diagnostic prefixes (error, warning) in colorJonas Devlieghere
2022-04-11[lldb] Don't report progress in the REPLJonas Devlieghere
2022-04-06[lldb] Silence GCC/glibc warnings about ignoring the return value of write()....Martin Storsjö
2022-03-16[lldb] Report debugger diagnostics as eventsJonas Devlieghere
2022-03-14[lldb] Use the debugger's asynchronous output stream for progress events.Jonas Devlieghere
2022-03-14[lldb] Use the IOHandler's stream instead of the debugger's in PrintAsyncJonas Devlieghere
2022-03-14[lldb] Move ProgressEventData out of debugger and into its own file (NFC)Jonas Devlieghere
2022-03-10[lldb] Always listen for progress events in the default event handlerJonas Devlieghere
2022-03-09[lldb] Fix -Wformat warning after 5a27b99825a5ba3a7a2eec3d35aea381a3ba9a31Krasimir Georgiev
2022-03-08[lldb] A few small changes to HandleProgressEventJonas Devlieghere
2022-03-08[lldb] Always move the cursor back after printing progressJonas Devlieghere
2022-03-08[lldb] Add a setting to change the progress colorJonas Devlieghere
2022-03-08[lldb] Show progress events in the command line driverJonas Devlieghere
2022-03-07[lldb] Add a setting to change the autosuggestion ANSI escape codesJonas Devlieghere
2022-02-23[lldb] Modernize ThreadLauncherPavel Labath
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2022-01-05[lldb] Create a property to store the REPL languageJonas Devlieghere
2021-11-24Fixed use of -o and -k in LLDB under Windows when statically compiled with vc...Levon Ter-Grigoryan
2021-11-18[NFC][lldb] Inclusive language: remove instances of master from comments in lldbQuinn Pham
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-10-08[lldb] Remove shared_ptr from some global Properties objectsPavel Labath
2021-08-09[lldb] [gdb-remote] Add eOpenOptionReadWrite for future gdb compatMichał Górny
2021-07-14[lldb] Make TargetList iterable (NFC)Jonas Devlieghere
2021-06-29[lldb/Interpreter] Fix session-save-on-quit when using ^DMed Ismail Bennani
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2021-03-24Add a progress class that can track long running operations in LLDB.Greg Clayton
2021-02-25[lldb/Core] Change large function threshold variable into a setting.Med Ismail Bennani
2021-02-08[lldb] Debugger: reuse ExecutionContextRef to create ExecutionContext from Ta...Tatyana Krasnukha
2020-11-09[lldb] Make GetSelectedOrDummyTarget return the target by reference (NFC)Jonas Devlieghere
2020-11-05[TargetList] Simplify dummy target creationVedant Kumar
2020-08-17[lldb] Fix that log enable's -f parameter causes LLDB to crash when it can't ...Raphael Isemann
2020-08-14[lldb] Display autosuggestion part in gray if there is one possible suggestionShu Anzai
2020-08-12Revert "[lldb] Display autosuggestion part in gray if there is one possible s...Raphael Isemann
2020-08-12[lldb] Display autosuggestion part in gray if there is one possible suggestionShu Anzai
2020-08-10[lldb] Add missings moves where appropiate (NFC)Jonas Devlieghere