summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/ScriptInterpreterPython.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* This commit:Enrico Granata2012-02-291-45/+141
* Patch from Filipe Cabecinhas!Johnny Chen2012-02-291-3/+14
* This patch provides a set of formatters for most of the commonly used Cocoa c...Enrico Granata2012-02-231-0/+5
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-2/+3
* This checking is part one of trying to add some threading safety to ourGreg Clayton2012-02-171-2/+4
* <rdar://problem/10062621>Enrico Granata2012-02-151-9/+25
* Added support to SBType for getting template arguments from a SBType:Greg Clayton2012-02-031-1/+1
* Added many more python convenience accessors:Greg Clayton2012-02-011-20/+3
* This commit provides a new default summary for Objective-C boolean variables,...Enrico Granata2012-01-311-0/+4
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-2/+2
* Stop running so many individual commands when going into the script interpreter.Greg Clayton2012-01-281-48/+20
* <rdar://problem/10750012>Greg Clayton2012-01-271-21/+4
* <rdar://problem/10649734>Greg Clayton2012-01-061-4/+16
* this patch addresses several issues with "command script" subcommands:Enrico Granata2011-11-071-9/+35
* Fixed the Xcode project building of LLVM to be a bit more user friendly:Greg Clayton2011-11-041-0/+7
* Decoupling of lock-related code from the core of ScriptInterpreterPython. All...Enrico Granata2011-10-241-224/+120
* Move Python.h includes out of the headers into the .cpp file where it's actua...Benjamin Kramer2011-10-231-5/+10
* Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton2011-10-191-3/+3
* this patch introduces a new command script import command which takes as inpu...Enrico Granata2011-10-171-17/+116
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-8/+7
* One last printf-style call cleanup.Jason Molenda2011-09-201-1/+1
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-4/+3
* Adopt the intrusive pointers in:Greg Clayton2011-09-171-0/+1
* Fixing an issue with Python commands defined interactivelyEnrico Granata2011-09-091-1/+1
* Redesign of the interaction between Python and frozen objects:Enrico Granata2011-09-061-174/+71
* Don't change the host's environment, just append our Python Directory Jim Ingham2011-08-271-27/+21
* Don't let Python write its .pyc files, that's not really polite...Jim Ingham2011-08-221-0/+1
* - Support for Python namespaces:Enrico Granata2011-08-221-1/+1
* Fixed some SWIG interoperability issuesEnrico Granata2011-08-191-4/+5
* Taking care of an issue with using lldb_private types in SBCommandInterpreter...Enrico Granata2011-08-191-2/+2
* First round of code cleanups:Enrico Granata2011-08-171-1/+1
* New category "gnu-libstdc++" provides summary for std::string and synthetic c...Enrico Granata2011-08-171-0/+5
* When defining a scripted command, it is possible to provide a docstring and t...Enrico Granata2011-08-171-2/+22
* Changes to Python commands:Enrico Granata2011-08-161-3/+3
* Python commands:Enrico Granata2011-08-161-1/+140
* To silence the static analyzer.Johnny Chen2011-08-111-1/+1
* Public API changes:Enrico Granata2011-07-291-3/+38
* new flag -P to type synth add lets you type a Python class interactivelyEnrico Granata2011-07-251-0/+48
* Python synthetic children:Enrico Granata2011-07-241-2/+201
* Python summary strings:Enrico Granata2011-07-151-2/+173
* Add 'batch_mode' to CommandInterpreter. Modify InputReaders toCaroline Tice2011-06-161-21/+35
* Add error message; clean up comment.Caroline Tice2011-06-141-1/+1
* Cleaning up the Python script interpreter: Use theCaroline Tice2011-06-131-133/+7
* Use Py_InitializeEx(0) instead of Py_Initialize,Caroline Tice2011-06-021-1/+1
* Pre-load the Python script interpreter with the followingCaroline Tice2011-05-031-0/+41
* This patch captures and serializes all output being written by theCaroline Tice2011-05-021-0/+6
* Abtracted the innards of lldb-core away from the SB interface. There was someGreg Clayton2011-03-221-63/+64
* Minor typo fix and TAB removals.Johnny Chen2011-03-111-4/+4
* Add some explanatory comments.Caroline Tice2011-03-111-0/+11
* Add thread state initialization to the thread where the interactiveCaroline Tice2011-03-071-0/+7
OpenPOWER on IntegriCloud