forked from OSchip/llvm-project
parent
2f1ee9a09c
commit
624ddf2f20
|
@ -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')
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue