Skip to content
Commit 2f88aadf authored by Caroline Tice's avatar Caroline Tice
Browse files

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.

llvm-svn: 123415
parent 0c34cb42
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment