summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/default-constructor/sb_breakpointlocation.py
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-10-07 23:54:04 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-10-07 23:54:04 +0000
commita4e8baeb337e8cd89862e24e3b454488ab3ced61 (patch)
tree9040cd101999912cedb762e852f27799908110b7 /lldb/test/python_api/default-constructor/sb_breakpointlocation.py
parent7fb669ab48ac8da64f1ac338a2e354080e20f627 (diff)
downloadbcm5719-llvm-a4e8baeb337e8cd89862e24e3b454488ab3ced61.tar.gz
bcm5719-llvm-a4e8baeb337e8cd89862e24e3b454488ab3ced61.zip
Add fuzz call for SBBreakpointLocation.GetAddress().
llvm-svn: 141443
Diffstat (limited to 'lldb/test/python_api/default-constructor/sb_breakpointlocation.py')
-rw-r--r--lldb/test/python_api/default-constructor/sb_breakpointlocation.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/python_api/default-constructor/sb_breakpointlocation.py b/lldb/test/python_api/default-constructor/sb_breakpointlocation.py
index c86be7b38f2..2251892643b 100644
--- a/lldb/test/python_api/default-constructor/sb_breakpointlocation.py
+++ b/lldb/test/python_api/default-constructor/sb_breakpointlocation.py
@@ -6,6 +6,7 @@ import sys
import lldb
def fuzz_obj(obj):
+ obj.GetAddress()
obj.GetLoadAddress()
obj.SetEnabled(True)
obj.IsEnabled()
OpenPOWER on IntegriCloud