summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectLog.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add OptionParser.hVirgile Bello2013-09-051-9/+9
* <rdar://problem/13854277>Greg Clayton2013-05-101-2/+2
* <rdar://problem/10903854>Greg Clayton2012-12-071-4/+9
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* <rdar://problem/12798131> Greg Clayton2012-12-041-1/+1
* Added a new "module" log channel which covers module creation, deletion, and ...Greg Clayton2012-10-081-0/+2
* Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham2012-06-081-48/+51
* Add a useful error message to "log enable" with the wrong number of arguments...Jim Ingham2012-05-121-3/+3
* Add a logging mode that takes a callback and flush'es to that callback.Jim Ingham2012-02-211-53/+11
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-1/+1
* Added auto completion for architecture names and for platforms.Greg Clayton2011-04-131-13/+24
* Added two new classes for command options:Greg Clayton2011-04-131-2/+2
* Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton2011-04-071-3/+4
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-1/+0
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-3/+3
* Use Host::File in lldb_private::StreamFile and other places to cleanup hostGreg Clayton2011-02-091-9/+2
* Moved FileSpec into the Host layer since it will vary from host to host.Greg Clayton2011-02-081-1/+1
* Add a method to StreamFile to line buffer the file. Use that in "log enable...Jim Ingham2011-01-241-3/+10
OpenPOWER on IntegriCloud