summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/ScriptInterpreterPython.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use Host::File in lldb_private::StreamFile and other places to cleanup hostGreg Clayton2011-02-091-29/+20
* Patch that allows for thread_t to be something more complex than anGreg Clayton2011-02-081-1/+1
* Abtract terminal stuff into a new lldb_private::Terminal classGreg Clayton2011-02-071-28/+31
* More termios fixes. We need to currently make sure to include:Greg Clayton2011-02-071-4/+2
* More termios fixes from Kirk Beitz.Greg Clayton2011-02-071-2/+12
* Header patch, virtual dtor patch and missed UUID patch from Kirk Beitz.Greg Clayton2011-02-051-18/+2
* Fix exit instructions for interactive interpreter, now that ctrl-D works.Caroline Tice2011-02-031-2/+1
* Added support for some new environment variables within LLDB to enable someGreg Clayton2011-01-271-0/+8
* Enabled extra warnings and fixed a bunch of small issues.Greg Clayton2011-01-251-1/+0
* Replace Mutex guarding python interpreter access with Predicate,Caroline Tice2011-01-171-35/+223
* Recent modifications to the Python script interpreter caused some problemsCaroline Tice2011-01-141-6/+87
* Split up the Python script interpreter code to allow multiple script interpre...Caroline Tice2011-01-141-128/+434
* Add termination instructions when entering the interactive script interpreter.Caroline Tice2010-12-151-0/+9
* Add the ability to catch and do the right thing with Interrupts (often contro...Caroline Tice2010-11-191-31/+23
* Move the embedded Python interpreter onto a separate thread, to preventCaroline Tice2010-11-101-9/+118
* Remove references to particular Python version (use the system defaultCaroline Tice2010-10-281-0/+4
OpenPOWER on IntegriCloud