summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectLog.cpp
AgeCommit message (Expand)Author
2025-09-04[lldb] Correct style of error messages (#156774)Jonas Devlieghere
2025-02-19[lldb] Make GetOutputStreamSP and GetErrorStreamSP protected (#127682)Jonas Devlieghere
2024-09-16[lldb] Nits on uses of llvm::raw_string_ostream (NFC) (#108745)Youngsuk Kim
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-02-27Start to clean up the process of defining command arguments. (#83097)jimingham
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence
2023-06-26[lldb][NFCI] Timer::DumpCategoryTimes should take a reference instead of a po...Alex Langford
2023-02-09[lldb] Print an error for unsupported combinations of log optionsJonas Devlieghere
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille
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-07-14[lldb] Refactor command option enum values (NFC)Jonas Devlieghere
2022-06-27[lldb] Add a log dump commandJonas Devlieghere
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-03-31[LLDB] Applying clang-tidy modernize-use-equals-default over LLDBShafik Yaghmour
2022-01-23[Commands] Remove redundant member initialization (NFC)Kazu Hirata
2021-06-17[lldb] Remove redundant calls to set eReturnStatusFailedDavid Spickett
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere
2020-04-09[lldb] Fixing the bug that the "log timer" has no tab completionShu Anzai
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-12-16[lldb][NFC] Remove unnecessary includes in source/CommandsRaphael Isemann
2019-09-24[lldb] Add completion support for log enable/disable/listRaphael Isemann
2019-09-13[lldb][NFC] Remove ArgEntry::ref memberRaphael Isemann
2019-09-01[lldb] Test and fix invalid log command invocationsRaphael Isemann
2019-08-22[lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann
2019-07-28[lldb] Also include the array definition in CommandOptions.incRaphael Isemann
2019-07-25[lldb] Tablegenify expr/frame/log/register/memoryRaphael Isemann
2019-04-27[CommandObject] Use GetDebugger() helper method (NFC)Jonas Devlieghere
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 header grouping comments.Jonas Devlieghere
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-09-26Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha
2018-06-13[FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere
2018-04-17Move Args.cpp from Interpreter to UtilityPavel Labath
2018-04-10Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath
2017-06-29Move Timer and TraceOptions from Core to UtilityPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-22Delete some more dead includes.Zachary Turner
2017-03-22Move FileSpec from Host -> Utility.Zachary Turner
2017-03-15Remove lldb streams from the Log class completelyPavel Labath
2017-03-06Move many other files from Core -> Utility.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-03-01Modernize Enable/DisableLogChannel interface a bitPavel Labath
2017-02-17Reapply "Refactor log channel registration mechanism"Pavel Labath
2017-02-15Revert "Refactor log channel registration mechanism"Pavel Labath