summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Log.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixup log enable --stack so it works on Linux.Todd Fiala2015-10-101-0/+1
* [LLGS] Avoid misrepresenting log lines as inferior outputPavel Labath2015-08-181-1/+1
* Make sure we print timestamps correctly to 9 places since we are printing nan...Greg Clayton2015-05-271-1/+1
* Make log options uniform betwwen lldb-platform and lldb-gdbserverTamas Berghammer2015-05-271-0/+34
* Enable thread-safe logging.Zachary Turner2015-05-081-8/+16
* Add logging to ProcessWindows.Zachary Turner2015-05-071-2/+10
* Fix typo in Core/LogPavel Labath2015-04-301-1/+1
* Fix build broken by r236174.Zachary Turner2015-04-291-4/+4
* Introduce a NullLog class, which ignores all messages.Zachary Turner2015-04-291-115/+93
* Move some functions from source/lldb.cpp to Utility.Zachary Turner2015-03-181-0/+1
* Remove Host::Backtrace in favor of llvm::sys::PrintStackTrace()Zachary Turner2015-03-061-2/+9
* minor refactoring to remove unneeded/unspecific header filesVince Harron2015-01-161-4/+0
* Create a HostThread abstraction.Zachary Turner2014-09-091-2/+6
* Correct comment for thread name log optionEd Maste2014-05-211-1/+1
* Fixed deadlocks that could occur when using python for breakpoints, operating...Greg Clayton2014-02-131-8/+17
* Change a printf() formatter to use %d for a uint32_t.Jason Molenda2013-09-111-1/+1
* Remove <windows.h> from lldb-types.h.Virgile Bello2013-09-041-2/+2
* Cleanup/rearrange includes:Virgile Bello2013-08-281-1/+0
* MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello2013-08-231-1/+0
* <rdar://problem/13854277>Greg Clayton2013-05-101-6/+7
* <rdar://problem/13521159>Greg Clayton2013-03-271-2/+2
* Fixed a case where the result of std::string's c_str() method was being calle...Greg Clayton2013-02-271-4/+3
* Fix a few more clang (3.2) warnings on Linux:Daniel Malea2012-12-071-1/+1
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* <rdar://problem/12798131> Greg Clayton2012-12-041-1/+1
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-2/+2
* Added a new "module" log channel which covers module creation, deletion, and ...Greg Clayton2012-10-081-0/+3
* Add a logging mode that takes a callback and flush'es to that callback.Jim Ingham2012-02-211-6/+7
* Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This Greg Clayton2011-12-011-1/+1
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-1/+1
* Added auto completion for architecture names and for platforms.Greg Clayton2011-04-131-6/+21
* Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified formGreg Clayton2011-02-231-7/+4
* Remove bzero use and replace with memset (patch from Kirk Beitz).Greg Clayton2011-02-041-1/+1
* Make "log enable -v" work. We were only checking the log's stream's verbosit...Jim Ingham2011-01-221-0/+4
* Cleaned up code that wasn't using the Initialize and Terminate paradigm byGreg Clayton2010-11-181-1/+14
* Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton2010-10-311-0/+1
* Add the ability to disable individual log categories, ratherCaroline Tice2010-10-291-4/+5
* Updated the lldb_private::Flags class to have better method names and madeGreg Clayton2010-10-271-12/+10
* Fixed the log streams for logs that output toSean Callanan2010-06-231-85/+0
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-13/+3
* Use Host::GetCurrentThreadID() instead of mach_thread_self().Eli Friedman2010-06-111-3/+2
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+590
OpenPOWER on IntegriCloud