summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Log.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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