summaryrefslogtreecommitdiffstats
path: root/lldb/source/lldb-log.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-181-275/+0
* Make sure to #include <atomic> when using std::atomic.Zachary Turner2014-09-191-0/+1
* use std::atomic<> to protect variables being accessed by multiple threadsTodd Fiala2014-09-151-1/+1
* Fix typos.Bruce Mitchener2014-07-011-1/+1
* Put "jit" in alpha order in log category listEd Maste2014-03-051-2/+2
* Add support for JIT debugging on Linux using the GDB JIT interface. Patch wri...Andrew MacPherson2014-03-051-1/+4
* Fixed deadlocks that could occur when using python for breakpoints, operating...Greg Clayton2014-02-131-0/+3
* Change the Mac OS X SystemRuntime plugin from using the placeholderJason Molenda2014-02-051-0/+3
* The output of 'log list' was missing a few of the lldb channels:Jason Molenda2013-09-121-14/+19
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-0/+3
* Don't compare 4 characters on a 2 character string.Greg Clayton2013-05-221-2/+2
* Added a new "lldb" log channel named "os" for the OperatingSystem plug-ins to...Greg Clayton2013-05-221-0/+2
* Fixing lldb log list text for commands categoryAndrew Kaylor2013-04-261-1/+1
* <rdar://problem/13521159>Greg Clayton2013-03-271-27/+32
* <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