History log of /external/lldb/source/Interpreter/embedded_interpreter.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0aa2e55f0e9422405ad33675adc1e35044537adb 14-Jan-2011 Caroline Tice <ctice@apple.com> Split up the Python script interpreter code to allow multiple script 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.



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@123415 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/source/Interpreter/embedded_interpreter.py
a8a5e562db734341149365d2bf7fd501365ed701 09-Jun-2010 Jason Molenda <jmolenda@apple.com> Committing patch from Joseph Ranieri to handle 'exit()' the same
as 'quit()' in the python script environment.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@105756 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/source/Interpreter/embedded_interpreter.py
24943d2ee8bfaa7cf5893e4709143924157a5c1e 08-Jun-2010 Chris Lattner <sabre@nondot.org> Initial checkin of lldb code from internal Apple repo.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@105619 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/source/Interpreter/embedded_interpreter.py