From 624ddf2f20fc2d602e590a925cd967de185d7377 Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Tue, 24 May 2011 22:57:42 +0000 Subject: Added comment. llvm-svn: 132019 --- lldb/scripts/Python/modify-python-lldb.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/scripts/Python/modify-python-lldb.py') diff --git a/lldb/scripts/Python/modify-python-lldb.py b/lldb/scripts/Python/modify-python-lldb.py index bf811f7..2c856ac 100644 --- a/lldb/scripts/Python/modify-python-lldb.py +++ b/lldb/scripts/Python/modify-python-lldb.py @@ -71,6 +71,7 @@ d = { 'SBBreakpoint': ('GetNumLocations', 'GetLocationAtIndex'), 'SBType': ('GetNumberChildren', 'GetChildAtIndex'), 'SBValue': ('GetNumChildren', 'GetChildAtIndex'), + # SBTarget needs special processing, see below. 'SBTarget': {'module': ('GetNumModules', 'GetModuleAtIndex'), 'breakpoint': ('GetNumBreakpoints', 'GetBreakpointAtIndex') } -- cgit v1.1