llvm-project/lldb/scripts/Python
Caroline Tice ebc1bb277c Add a unique ID to each debugger instance.
Add functions to look up debugger by id
Add global variable to lldb python module, to hold debugger id
Modify embedded Python interpreter to update the global variable with the
 id of its current debugger.
Modify the char ** typemap definition in lldb.swig to accept 'None' (for NULL)
 as a valid value.

The point of all this is so that, when you drop into the embedded interpreter
from the command interpreter (or when doing Python-based breakpoint commands),
there is a way for the Python side to find/get the correct debugger
instance ( by checking debugger_unique_id, then calling 
SBDebugger::FindDebuggerWithID  on it).

llvm-svn: 107287
2010-06-30 16:22:25 +00:00
..
append-debugger-id.py Add a unique ID to each debugger instance. 2010-06-30 16:22:25 +00:00
build-swig-Python.sh Add a unique ID to each debugger instance. 2010-06-30 16:22:25 +00:00
edit-swig-python-wrapper-file.py
finish-swig-Python-LLDB.sh Parameterize the shell scripts for creating and copying the python and 2010-06-16 19:26:52 +00:00