summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBCommandInterpreter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Abtracted the innards of lldb-core away from the SB interface. There was someGreg Clayton2011-03-221-0/+21
* Don't limit StreamTee to just two streams. It now can containGreg Clayton2011-02-201-0/+14
* The LLDB API (lldb::SB*) is now thread safe!Greg Clayton2010-12-201-4/+18
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-7/+7
* Added copy constructors and assignment operators to all lldb::SB* classesGreg Clayton2010-11-051-0/+12
* Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton2010-10-311-4/+4
* Improved API logging.Greg Clayton2010-10-301-15/+35
* Modified the lldb_private::TypeList to use a std::multimap for quicker lookupGreg Clayton2010-10-291-1/+1
* Fix bugs attempting to write to API log after it has beenCaroline Tice2010-10-271-0/+2
* Clean up the API logging code:Caroline Tice2010-10-261-9/+11
* First pass at adding logging capabilities for the API functions. At the momentCaroline Tice2010-10-261-0/+29
* Remove unnecessary/inappropriate output-printing functions fromCaroline Tice2010-09-151-37/+0
* This is a very large commit that completely re-does the way lldbCaroline Tice2010-09-041-18/+18
* Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham2010-08-261-1/+1
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-34/+93
* Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham2010-06-151-1/+1
* Fix a bunch more include lines.Eli Friedman2010-06-091-10/+10
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+193
OpenPOWER on IntegriCloud