summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/embedded_interpreter.py
Commit message (Collapse)AuthorAgeFilesLines
* Split up the Python script interpreter code to allow multiple script ↵Caroline Tice2011-01-141-0/+13
| | | | | | | | | | | interpreter objects to exist within the same process (one script interpreter object per debugger object). The python script interpreter objects are all using the same global Python script interpreter; they use separate dictionaries to keep their data separate, and mutex's to prevent any object attempting to use the global Python interpreter when another object is already using it. llvm-svn: 123415
* Committing patch from Joseph Ranieri to handle 'exit()' the sameJason Molenda2010-06-091-1/+1
| | | | | | as 'quit()' in the python script environment. llvm-svn: 105756
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+90
llvm-svn: 105619
OpenPOWER on IntegriCloud