summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/ScriptInterpreterPython.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Flush the prompts immediately in the breakpoint command input readers, to make Caroline Tice2010-10-271-0/+7
* Prevent Python script interpreter initialization from changingCaroline Tice2010-10-181-8/+40
* Added a new Host call to find LLDB related paths:Greg Clayton2010-10-171-26/+35
* More SWIG cleanup. Moved the breakpoint callback function back to theGreg Clayton2010-10-071-2/+44
* Fix one-liner Python breakpoint commands to be wrapped up in an automaticallyCaroline Tice2010-09-271-5/+11
* Automatically wrap *all* Python code entered for a breakpoint command insideCaroline Tice2010-09-271-198/+22
* Update help text for breakpoint command one-liners.Caroline Tice2010-09-211-1/+1
* Re-write/clean up code that generated Python breakpoint commands.Caroline Tice2010-09-211-113/+158
* Fixed the way set/show variables were being accessed to being natively Greg Clayton2010-09-181-12/+8
* Remove help text that is no longer correct.Caroline Tice2010-09-141-4/+26
* Fixed some comments.Johnny Chen2010-09-111-1/+1
* Added the capability to specify a one-liner Python script as the callbackJohnny Chen2010-09-101-0/+20
* Don't flatten lldb and import everything into the global namespace. Instead,Johnny Chen2010-09-101-2/+2
* There is no need to restore (sys.stdin, sys.stdout) of the python scriptJohnny Chen2010-08-101-5/+0
* We can do better when reporting the status of one-liner script execution.Johnny Chen2010-07-301-4/+15
* Added some comments to clarify where "init_lldb" comes from.Greg Clayton2010-07-071-0/+4
* Add a unique ID to each debugger instance.Caroline Tice2010-06-301-0/+4
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-42/+49
* Committing patch from Joseph Ranieri to handle 'exit()' the sameJason Molenda2010-06-091-1/+1
* Don't include Python.h in the shared header.Eli Friedman2010-06-091-2/+4
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+830
OpenPOWER on IntegriCloud