summaryrefslogtreecommitdiff
path: root/lldb/source/Core/Log.cpp
AgeCommit message (Expand)Author
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-03-01Modernize Enable/DisableLogChannel interface a bitPavel Labath
2017-02-27Remove the callback-based log channel registration mechanismPavel Labath
2017-02-27Log: Fix a regression in handling log optionsPavel Labath
2017-02-22Switch "lldb" log channel to the new registration mechanismPavel Labath
2017-02-21Log: Fix race in accessing the stream variablePavel Labath
2017-02-17Reapply "Refactor log channel registration mechanism"Pavel Labath
2017-02-15Revert "Refactor log channel registration mechanism"Pavel Labath
2017-02-15Refactor log channel registration mechanismPavel Labath
2017-02-13Clean up debug loggingPavel Labath
2017-02-10Convert Log class to llvm streamsPavel Labath
2017-02-02Move classes from Core -> Utility.Zachary Turner
2017-01-18Add a more succinct logging syntaxPavel Labath
2017-01-13Remove a couple of Stream flagsPavel Labath
2016-12-16Add methods to enable using formatv syntax in LLDB.Zachary Turner
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons
2016-11-02Remove TimeValue usage from two filesPavel Labath
2016-09-12Fix about a dozen compile warningsIlia K
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool
2016-03-10Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko
2015-10-10Fixup log enable --stack so it works on Linux.Todd Fiala
2015-08-18[LLGS] Avoid misrepresenting log lines as inferior outputPavel Labath
2015-05-27Make sure we print timestamps correctly to 9 places since we are printing nan...Greg Clayton
2015-05-27Make log options uniform betwwen lldb-platform and lldb-gdbserverTamas Berghammer
2015-05-08Enable thread-safe logging.Zachary Turner
2015-05-07Add logging to ProcessWindows.Zachary Turner
2015-04-30Fix typo in Core/LogPavel Labath
2015-04-29Fix build broken by r236174.Zachary Turner
2015-04-29Introduce a NullLog class, which ignores all messages.Zachary Turner
2015-03-18Move some functions from source/lldb.cpp to Utility.Zachary Turner
2015-03-06Remove Host::Backtrace in favor of llvm::sys::PrintStackTrace()Zachary Turner
2015-01-16minor refactoring to remove unneeded/unspecific header filesVince Harron
2014-09-09Create a HostThread abstraction.Zachary Turner
2014-05-21Correct comment for thread name log optionEd Maste
2014-02-13Fixed deadlocks that could occur when using python for breakpoints, operating...Greg Clayton
2013-09-11Change a printf() formatter to use %d for a uint32_t.Jason Molenda
2013-09-04Remove <windows.h> from lldb-types.h.Virgile Bello
2013-08-28Cleanup/rearrange includes:Virgile Bello
2013-08-23MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello
2013-05-10<rdar://problem/13854277>Greg Clayton
2013-03-27<rdar://problem/13521159>Greg Clayton
2013-02-27Fixed a case where the result of std::string's c_str() method was being calle...Greg Clayton
2012-12-07Fix a few more clang (3.2) warnings on Linux:Daniel Malea
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea
2012-12-04<rdar://problem/12798131> Greg Clayton
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-10-08Added a new "module" log channel which covers module creation, deletion, and ...Greg Clayton
2012-02-21Add a logging mode that takes a callback and flush'es to that callback.Jim Ingham