summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/Core/Log.h
Commit message (Expand)AuthorAgeFilesLines
* Move Log from Core -> Utility.Zachary Turner2017-03-031-207/+0
* Modernize Enable/DisableLogChannel interface a bitPavel Labath2017-03-011-2/+4
* Remove the callback-based log channel registration mechanismPavel Labath2017-02-271-25/+0
* Log: Fix a regression in handling log optionsPavel Labath2017-02-271-1/+1
* Switch "lldb" log channel to the new registration mechanismPavel Labath2017-02-221-4/+0
* Log: Fix race in accessing the stream variablePavel Labath2017-02-211-0/+9
* Reapply "Refactor log channel registration mechanism"Pavel Labath2017-02-171-40/+56
* Revert "Refactor log channel registration mechanism"Pavel Labath2017-02-151-55/+39
* Refactor log channel registration mechanismPavel Labath2017-02-151-39/+55
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-141-1/+1
* Clean up debug loggingPavel Labath2017-02-131-5/+0
* Convert Log class to llvm streamsPavel Labath2017-02-101-14/+18
* Remove LIBLLDB_LOG_VERBOSE categoryPavel Labath2017-02-051-0/+7
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Add a more succinct logging syntaxPavel Labath2017-01-181-10/+24
* Add methods to enable using formatv syntax in LLDB.Zachary Turner2016-12-161-26/+18
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-0/+1
* Update the prompt related functions to use StringRefs.Zachary Turner2016-09-231-0/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-114/+96
* [LLDB] Fix Clang-tidy misc-use-override warnings in some files in include/ll...Bruce Mitchener2015-10-101-4/+2
* Fix typos.Bruce Mitchener2015-07-221-1/+1
* Make log options uniform betwwen lldb-platform and lldb-gdbserverTamas Berghammer2015-05-271-0/+4
* Remove __attribute__ from VAError.Zachary Turner2015-05-071-1/+1
* Add logging to ProcessWindows.Zachary Turner2015-05-071-0/+3
* Introduce a NullLog class, which ignores all messages.Zachary Turner2015-04-291-82/+53
* Support for truncate/append on log filesPavel Labath2015-03-201-0/+1
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-181-0/+1
* When using va_list, include cstdarg/stdarg.h.Joerg Sonnenberger2013-09-251-0/+1
* Cleanup/rearrange includes:Virgile Bello2013-08-281-2/+0
* <rdar://problem/13854277>Greg Clayton2013-05-101-3/+3
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-1/+1
* Missed some cases when switching over to using our STD_UNIQUE_PTR macros.Greg Clayton2013-04-181-1/+1
* <rdar://problem/13521159>Greg Clayton2013-03-271-6/+12
* Added a new "module" log channel which covers module creation, deletion, and ...Greg Clayton2012-10-081-0/+1
* Add a logging mode that takes a callback and flush'es to that callback.Jim Ingham2012-02-211-5/+6
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-10/+10
* Added auto completion for architecture names and for platforms.Greg Clayton2011-04-131-3/+7
* Cleaned up code that wasn't using the Initialize and Terminate paradigm byGreg Clayton2010-11-181-0/+6
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-4/+4
* Add the ability to disable individual log categories, ratherCaroline Tice2010-10-291-3/+3
* Fixed the log streams for logs that output toSean Callanan2010-06-231-24/+0
* More warning/error fixes.Eli Friedman2010-06-091-2/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+243
OpenPOWER on IntegriCloud