summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectLog.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove unnecessary includes in source/CommandsRaphael Isemann2019-12-161-10/+0
* [lldb] Add completion support for log enable/disable/listRaphael Isemann2019-09-241-0/+34
* [lldb][NFC] Remove ArgEntry::ref memberRaphael Isemann2019-09-131-6/+6
* [lldb] Test and fix invalid log command invocationsRaphael Isemann2019-09-011-0/+2
* [lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann2019-08-221-3/+1
* [lldb] Also include the array definition in CommandOptions.incRaphael Isemann2019-07-281-2/+0
* [lldb] Tablegenify expr/frame/log/register/memoryRaphael Isemann2019-07-251-12/+2
* [CommandObject] Use GetDebugger() helper method (NFC)Jonas Devlieghere2019-04-271-3/+3
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-8/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-1/+2
* Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha2018-09-261-11/+11
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-1/+1
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-171-1/+1
* Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath2018-04-101-1/+2
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-291-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-3/+3
* Delete some more dead includes.Zachary Turner2017-03-221-1/+1
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Remove lldb streams from the Log class completelyPavel Labath2017-03-151-6/+17
* Move many other files from Core -> Utility.Zachary Turner2017-03-061-1/+0
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Modernize Enable/DisableLogChannel interface a bitPavel Labath2017-03-011-3/+3
* Reapply "Refactor log channel registration mechanism"Pavel Labath2017-02-171-34/+10
* Revert "Refactor log channel registration mechanism"Pavel Labath2017-02-151-10/+34
* Refactor log channel registration mechanismPavel Labath2017-02-151-34/+10
* Clean up debug loggingPavel Labath2017-02-131-4/+0
* Add a missing break statementPavel Labath2017-02-031-0/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Add a more succinct logging syntaxPavel Labath2017-01-181-0/+3
* Modernize the Args access pattern in a few more commands.Zachary Turner2016-12-091-27/+5
* Make Options::SetOptionValue take a StringRef.Zachary Turner2016-11-121-1/+1
* Convert various CommandInterpreter functions to StringRef.Zachary Turner2016-10-051-67/+62
* Try to fix build errors on Android.Zachary Turner2016-09-221-1/+1
* Convert option tables to ArrayRefs.Zachary Turner2016-09-221-21/+18
* Fix more functions in Args to use StringRef.Zachary Turner2016-09-191-2/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-377/+332
* Tables of command options in LLDB benefit from hand-formatting to make itKate Stone2016-08-261-11/+13
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-7/+8
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-141-5/+3
* Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko2016-02-201-61/+30
* commands: Use override instead of virtual.Bruce Mitchener2015-10-071-23/+18
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Support for truncate/append on log filesPavel Labath2015-03-201-0/+2
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-181-2/+0
* Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron2015-01-151-1/+2
* Revert "Fix broken tests due to new error output."Zachary Turner2014-07-091-10/+10
* Fix broken tests due to new error output.Todd Fiala2014-07-081-10/+10
* Adds the notion of an OptionValidator.Zachary Turner2014-07-031-10/+10
OpenPOWER on IntegriCloud