summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/ScriptInterpreterPython.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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