diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-05-24 22:57:42 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-05-24 22:57:42 +0000 |
commit | 624ddf2f20fc2d602e590a925cd967de185d7377 (patch) | |
tree | 4a9c193895dfde5a68a03562d917c5bd8460ac31 /lldb/scripts/Python/modify-python-lldb.py | |
parent | 2f1ee9a09c06a8d73b610a48d848fe427d010ea1 (diff) | |
download | bcm5719-llvm-624ddf2f20fc2d602e590a925cd967de185d7377.tar.gz bcm5719-llvm-624ddf2f20fc2d602e590a925cd967de185d7377.zip |
Added comment.
llvm-svn: 132019
Diffstat (limited to 'lldb/scripts/Python/modify-python-lldb.py')
-rw-r--r-- | lldb/scripts/Python/modify-python-lldb.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/scripts/Python/modify-python-lldb.py b/lldb/scripts/Python/modify-python-lldb.py index bf811f79901..2c856acee80 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') } |