summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBCommandInterpreter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* This checkin is the first step in making the lldb thread stepping mechanism m...Jim Ingham2014-09-291-1/+14
* Any commands that are executed through the public interface using SBCommandIn...Greg Clayton2014-07-151-0/+1
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-22/+32
* sanitise sign comparisonsSaleem Abdulrasool2014-04-021-1/+2
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-0/+16
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-3/+3
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-3/+3
* Fixed the MacOSX non "Debug" builds so that "lldb-platform" doesn't fail to l...Greg Clayton2013-10-171-9/+116
* <rdar://problem/13521159>Greg Clayton2013-03-271-8/+8
* <rdar://problem/12586010>Greg Clayton2013-01-081-4/+0
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-1/+1
* Added a new "module" log channel which covers module creation, deletion, and ...Greg Clayton2012-10-081-1/+1
* Implementing plugins that provide commands.Enrico Granata2012-09-281-2/+124
* Change UnwindAssemblyInstEmulation::GetNonCallSiteUnwindPlanFromAssembly so i...Jason Molenda2012-07-171-2/+2
* Add API logging to SBCommandInterpreter::HandleCompletion().Jim Ingham2012-06-261-0/+8
* <rdar://problem/11328896> Fixing a bug where regex commands were saved in the...Enrico Granata2012-05-311-1/+1
* <rdar://problem/10605072>Greg Clayton2012-05-081-1/+3
* Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes. Jim Ingham2012-05-041-3/+3
* No functionality changes, mostly cleanup.Greg Clayton2012-04-111-3/+3
* <rdar://problem/10605072>Greg Clayton2012-02-291-0/+17
* This commit:Enrico Granata2012-02-291-59/+1
* Add a general mechanism to wait on the debugger for Broadcasters of a given c...Jim Ingham2012-02-161-0/+6
* SBFrame is now threadsafe using some extra tricks. One issue is that stackGreg Clayton2012-01-301-4/+6
* <rdar://problem/10750012>Greg Clayton2012-01-271-26/+0
* Work in progress for:Johnny Chen2011-12-191-4/+4
* Sanity check the inputs to SBCommandInterpreter::HandleCompletionJim Ingham2011-12-051-0/+13
* Fixed the Xcode project building of LLVM to be a bit more user friendly:Greg Clayton2011-11-041-0/+16
* this patch introduces a new command script import command which takes as inpu...Enrico Granata2011-10-171-1/+9
* Add a new breakpoint type "break by source regular expression".Jim Ingham2011-09-211-0/+12
* SBSourceManager now gets the real source manager either from the Debugger or ...Jim Ingham2011-09-131-1/+0
* Redesign of the interaction between Python and frozen objects:Enrico Granata2011-09-061-1/+1
* Fixed some SWIG interoperability issuesEnrico Granata2011-08-191-1/+1
* Taking care of an issue with using lldb_private types in SBCommandInterpreter...Enrico Granata2011-08-191-1/+1
* Changes to Python commands:Enrico Granata2011-08-161-1/+1
* Python commands:Enrico Granata2011-08-161-1/+13
* Public API changes:Enrico Granata2011-07-291-5/+7
* Python synthetic children:Enrico Granata2011-07-241-1/+19
* Python summary strings:Enrico Granata2011-07-151-1/+11
* 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
OpenPOWER on IntegriCloud