Added comment.

llvm-svn: 132019
This commit is contained in:
Johnny Chen 2011-05-24 22:57:42 +00:00
parent 2f1ee9a09c
commit 624ddf2f20
1 changed files with 1 additions and 0 deletions

View File

@ -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')
}