llvm with tablegen backend for capstone disassembler
Go to file
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
clang Fix rdar://8139785 "implement warning on dead expression in comma operator" 2010-06-30 10:53:14 +00:00
compiler-rt This is a test commit to verify repository access. 2010-06-19 04:34:50 +00:00
libcxx two steps forward, one step back... 2010-06-30 00:21:42 +00:00
lldb Add a unique ID to each debugger instance. 2010-06-30 16:22:25 +00:00
llvm Clarify that the NextPowerOfTwo template is idempotent. 2010-06-30 15:29:46 +00:00