summaryrefslogtreecommitdiffstats
path: root/lldb/source/lldb-log.cpp
Commit message (Expand)AuthorAgeFilesLines
* <rdar://problem/13159777> Greg Clayton2013-02-061-0/+2
* Add an LLDB_LOG_TARGET logging channel (log eanble lldb target).Jason Molenda2012-12-051-0/+3
* Added a new "module" log channel which covers module creation, deletion, and ...Greg Clayton2012-10-081-19/+22
* Patch from Filipe Cabecinhas.Greg Clayton2012-04-261-7/+2
* Add a logging mode that takes a callback and flush'es to that callback.Jim Ingham2012-02-211-9/+7
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-1/+1
* Fixed an issue where a lexical block or inlined function might have bad debugGreg Clayton2011-09-291-0/+3
* Fixed the logging output to be done consistently across all plug-ins.Greg Clayton2011-09-121-18/+18
* Include lldb/commands as a valid logging type in theJason Molenda2011-08-251-0/+1
* some editing of data visualization error messages to make them more meaningfulEnrico Granata2011-07-221-1/+4
* Deleted one too many characters...Jim Ingham2011-05-071-1/+1
* Make the log message & setter match for "dyld/shlib". The "ListLogCategories...Jim Ingham2011-05-061-1/+1
* Patch to remove uses of non-standard strcasestr and replace then withGreg Clayton2011-02-041-42/+42
* Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton2011-01-081-1/+1
* - Fix alias-building & resolving to properly handle optional arguments for co...Caroline Tice2010-12-071-0/+2
* Cleaned up code that wasn't using the Initialize and Terminate paradigm byGreg Clayton2010-11-181-30/+33
* Move the embedded Python interpreter onto a separate thread, to preventCaroline Tice2010-11-101-0/+3
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-32/+28
* Don't need both LIBLLDB_LOG_DYNAMIC_LOADER and LIBLLDB_LOG_SHLIB. Go with th...Jim Ingham2010-11-051-2/+0
* Fixed shared library unloads when the unloaded library doesn't come offGreg Clayton2010-11-031-0/+2
* Add the ability to disable individual log categories, ratherCaroline Tice2010-10-291-3/+46
* Updated the lldb_private::Flags class to have better method names and madeGreg Clayton2010-10-271-6/+6
* First pass at adding logging capabilities for the API functions. At the momentCaroline Tice2010-10-261-0/+2
* Check in the native lldb unwinder. Jason Molenda2010-10-251-0/+2
* Add a "lldb host" logging channel, and put logging in the Host::OpenInExterna...Jim Ingham2010-08-311-0/+1
* Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham2010-06-151-1/+1
* Add missing include.Eli Friedman2010-06-101-1/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+190
OpenPOWER on IntegriCloud