Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split up the Python script interpreter code to allow multiple script ↵ | Caroline Tice | 2011-01-14 | 1 | -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 same | Jason Molenda | 2010-06-09 | 1 | -1/+1 |
| | | | | | | as 'quit()' in the python script environment. llvm-svn: 105756 | ||||
* | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 2010-06-08 | 1 | -0/+90 |
llvm-svn: 105619 |