diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2011-10-07 23:54:04 +0000 | 
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2011-10-07 23:54:04 +0000 | 
| commit | a4e8baeb337e8cd89862e24e3b454488ab3ced61 (patch) | |
| tree | 9040cd101999912cedb762e852f27799908110b7 /lldb/test/python_api | |
| parent | 7fb669ab48ac8da64f1ac338a2e354080e20f627 (diff) | |
| download | bcm5719-llvm-a4e8baeb337e8cd89862e24e3b454488ab3ced61.tar.gz bcm5719-llvm-a4e8baeb337e8cd89862e24e3b454488ab3ced61.zip | |
Add fuzz call for SBBreakpointLocation.GetAddress().
llvm-svn: 141443
Diffstat (limited to 'lldb/test/python_api')
| -rw-r--r-- | lldb/test/python_api/default-constructor/sb_breakpointlocation.py | 1 | 
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() | 

