summaryrefslogtreecommitdiff
path: root/lldb/source/Utility/Log.cpp
AgeCommit message (Expand)Author
2024-10-22[lldb] Log errors to the system log if they would otherwise get dropped (#111...Jonas Devlieghere
2024-10-10[lldb] Introduce an always-on system log category/channel (#108495)Jonas Devlieghere
2024-09-16[lldb] Nits on uses of llvm::raw_string_ostream (NFC) (#108745)Youngsuk Kim
2024-05-03[lldb] Add TeeLogHandler to log to 2 handlers (#90984)Jonas Devlieghere
2023-11-03[lldb][NFC] Use UNUSED_IF_ASSERT_DISABLED instead of (void) castDavid Spickett
2023-06-06[lldb] Support file and function names in LLDB_LOGF macroJonas Devlieghere
2023-05-09[lldb] Simplify Log::PutString (NFC)Dave Lee
2023-04-19[lldb][NFCI] Stop creating additional temporary string in Log::VAPrintfAlex Langford
2022-09-19[lldb] Actually support more than 32 logging categoriesJonas Devlieghere
2022-06-27[lldb] Add a log dump commandJonas 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-16[lldb] Remove LogHandler::Create functions (NFC)Jonas Devlieghere
2022-06-16[lldb] Add RotatingLogHandlerJonas Devlieghere
2022-06-16[lldb] Introduce the concept of a log handler (NFC)Jonas Devlieghere
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-01-25[lldb] Make logging machinery type-safePavel Labath
2021-12-29[lldb] Make ProcessLauncherPosixFork (mostly) async-signal-safePavel Labath
2021-06-25[lldb] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-09-24[lldb] Fix log output and UtilityTests/LogChannelTest.ListRaphael Isemann
2019-09-24[lldb] Add completion support for log enable/disable/listRaphael Isemann
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove comments after header includes.Jonas Devlieghere
2018-07-13Adjust thread name column width depending on real name length.Tatyana Krasnukha
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-04-10s/LLVM_ON_WIN32/_WIN32/, lldbNico Weber
2017-11-08Log: delimit thread name in log messagePavel Labath
2017-10-23Logging: Disable logging after fork()Pavel Labath
2017-10-20Revert "Logging: Make sure logging machinery is in a consistent state after f...Pavel Labath
2017-10-19Logging: Make sure logging machinery is in a consistent state after forkingPavel Labath
2017-04-06iwyu fixes on lldbUtility.Zachary Turner
2017-03-15Remove lldb streams from the Log class completelyPavel Labath
2017-03-09Fix remaining threading issues in Log.hPavel Labath
2017-03-06Update log_options unit testPavel Labath
2017-03-03Move Log from Core -> Utility.Zachary Turner