summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/ScriptInterpreter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Windows build fixes and removal of endlessly recursive termination function.Todd Fiala2014-07-041-9/+0
* Fixed the MacOSX non "Debug" builds so that "lldb-platform" doesn't fail to l...Greg Clayton2013-10-171-2/+40
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-2/+2
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-2/+2
* Implementing the notion of externally-acquirable ScriptInterpreter lockEnrico Granata2013-03-271-0/+6
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* rdar://problem/11457143 [ER] need "watchpoint command ..."Johnny Chen2012-08-091-0/+11
* This commit:Enrico Granata2012-02-291-22/+2
* <rdar://problem/10750012>Greg Clayton2012-01-271-22/+1
* Fixed the Xcode project building of LLVM to be a bit more user friendly:Greg Clayton2011-11-041-1/+4
* this patch introduces a new command script import command which takes as inpu...Enrico Granata2011-10-171-2/+4
* Python commands:Enrico Granata2011-08-161-2/+4
* Public API changes:Enrico Granata2011-07-291-2/+4
* Python synthetic children:Enrico Granata2011-07-241-2/+12
* Python summary strings:Enrico Granata2011-07-151-2/+4
* Abtracted the innards of lldb-core away from the SB interface. There was someGreg Clayton2011-03-221-4/+6
* Added support for some new environment variables within LLDB to enable someGreg Clayton2011-01-271-2/+2
* Split up the Python script interpreter code to allow multiple script interpre...Caroline Tice2011-01-141-2/+23
* Fixed the way set/show variables were being accessed to being natively Greg Clayton2010-09-181-2/+2
* This is a very large commit that completely re-does the way lldbCaroline Tice2010-09-041-0/+17
* I enabled some extra warnings for hidden local variables and for hiddenGreg Clayton2010-07-141-0/+1
* Move source/Utility/PseudoTerminal.h into include/lldb/Utility.Jason Molenda2010-06-091-2/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+66
OpenPOWER on IntegriCloud