summaryrefslogtreecommitdiff
path: root/lldb/source/Core/Log.cpp
AgeCommit message (Expand)Author
2011-12-01Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This Greg Clayton
2011-09-20Update declarations for all functions/methods that accept printf-styleJason Molenda
2011-04-13Added auto completion for architecture names and for platforms.Greg Clayton
2011-02-23Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified formGreg Clayton
2011-02-04Remove bzero use and replace with memset (patch from Kirk Beitz).Greg Clayton
2011-01-22Make "log enable -v" work. We were only checking the log's stream's verbosit...Jim Ingham
2010-11-18Cleaned up code that wasn't using the Initialize and Terminate paradigm byGreg Clayton
2010-10-31Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton
2010-10-29Add the ability to disable individual log categories, ratherCaroline Tice
2010-10-27Updated the lldb_private::Flags class to have better method names and madeGreg Clayton
2010-06-23Fixed the log streams for logs that output toSean Callanan
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton
2010-06-11Use Host::GetCurrentThreadID() instead of mach_thread_self().Eli Friedman
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner