aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectLog.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-02-19[lldb] Make GetOutputStreamSP and GetErrorStreamSP protected (#127682)Jonas Devlieghere1-1/+2
2024-09-16[lldb] Nits on uses of llvm::raw_string_ostream (NFC) (#108745)Youngsuk Kim1-4/+4
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-6/+4
2024-02-27Start to clean up the process of defining command arguments. (#83097)jimingham1-52/+4
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence1-26/+16
2023-06-26[lldb][NFCI] Timer::DumpCategoryTimes should take a reference instead of a po...Alex Langford1-2/+2
2023-02-09[lldb] Print an error for unsupported combinations of log optionsJonas Devlieghere1-0/+14
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille1-2/+2
2022-07-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton1-1/+1
2022-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber1-1/+1
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton1-1/+1
2022-07-14[lldb] Refactor command option enum values (NFC)Jonas Devlieghere1-30/+1
2022-06-27[lldb] Add a log dump commandJonas Devlieghere1-0/+113
2022-06-24[lldb] Add support for specifying a log handlerJonas Devlieghere1-1/+50
2022-06-23[lldb] Make thread safety the responsibility of the log handlersJonas Devlieghere1-3/+0
2022-06-23[lldb] Support a buffered logging modeJonas Devlieghere1-7/+12
2022-03-31[LLDB] Applying clang-tidy modernize-use-equals-default over LLDBShafik Yaghmour1-1/+1
2022-01-23[Commands] Remove redundant member initialization (NFC)Kazu Hirata1-3/+2
2021-06-17[lldb] Remove redundant calls to set eReturnStatusFailedDavid Spickett1-2/+0
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere1-2/+2
2020-04-09[lldb] Fixing the bug that the "log timer" has no tab completionShu Anzai1-44/+177
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-2/+2
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-12-16[lldb][NFC] Remove unnecessary includes in source/CommandsRaphael Isemann1-10/+0
2019-09-24[lldb] Add completion support for log enable/disable/listRaphael Isemann1-0/+34
2019-09-13[lldb][NFC] Remove ArgEntry::ref memberRaphael Isemann1-6/+6
2019-09-01[lldb] Test and fix invalid log command invocationsRaphael Isemann1-0/+2
2019-08-22[lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann1-3/+1
2019-07-28[lldb] Also include the array definition in CommandOptions.incRaphael Isemann1-2/+0
2019-07-25[lldb] Tablegenify expr/frame/log/register/memoryRaphael Isemann1-12/+2
2019-04-27[CommandObject] Use GetDebugger() helper method (NFC)Jonas Devlieghere1-3/+3
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere1-8/+0
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-11Remove header grouping comments.Jonas Devlieghere1-4/+0
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere1-1/+2
2018-09-26Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha1-11/+11
2018-06-13[FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere1-1/+1
2018-04-17Move Args.cpp from Interpreter to UtilityPavel Labath1-1/+1
2018-04-10Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath1-1/+2
2017-06-29Move Timer and TraceOptions from Core to UtilityPavel Labath1-1/+1
2017-05-12Rename Error -> Status.Zachary Turner1-3/+3
2017-03-22Delete some more dead includes.Zachary Turner1-1/+1
2017-03-22Move FileSpec from Host -> Utility.Zachary Turner1-1/+1
2017-03-15Remove lldb streams from the Log class completelyPavel Labath1-6/+17
2017-03-06Move many other files from Core -> Utility.Zachary Turner1-1/+0
2017-03-03Move Log from Core -> Utility.Zachary Turner1-1/+1
2017-03-01Modernize Enable/DisableLogChannel interface a bitPavel Labath1-3/+3
2017-02-17Reapply "Refactor log channel registration mechanism"Pavel Labath1-34/+10
2017-02-15Revert "Refactor log channel registration mechanism"Pavel Labath1-10/+34
2017-02-15Refactor log channel registration mechanismPavel Labath1-34/+10