[Lldb-commits] [lldb] r132019 - /lldb/trunk/scripts/Python/modify-python-lldb.py

Johnny Chen johnny.chen at apple.com
Tue May 24 15:57:42 PDT 2011


Author: johnny
Date: Tue May 24 17:57:42 2011
New Revision: 132019

URL: http://llvm.org/viewvc/llvm-project?rev=132019&view=rev
Log:
Added comment.

Modified:
    lldb/trunk/scripts/Python/modify-python-lldb.py

Modified: lldb/trunk/scripts/Python/modify-python-lldb.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/scripts/Python/modify-python-lldb.py?rev=132019&r1=132018&r2=132019&view=diff
==============================================================================
--- lldb/trunk/scripts/Python/modify-python-lldb.py (original)
+++ lldb/trunk/scripts/Python/modify-python-lldb.py Tue May 24 17:57:42 2011
@@ -71,6 +71,7 @@
       'SBType':  ('GetNumberChildren', 'GetChildAtIndex'),
       'SBValue': ('GetNumChildren',    'GetChildAtIndex'),
 
+      # SBTarget needs special processing, see below.
       'SBTarget': {'module':     ('GetNumModules', 'GetModuleAtIndex'),
                    'breakpoint': ('GetNumBreakpoints', 'GetBreakpointAtIndex')
                    }





More information about the lldb-commits mailing list