diff options
Diffstat (limited to 'lldb/test/python_api/default-constructor/sb_address.py')
| -rw-r--r-- | lldb/test/python_api/default-constructor/sb_address.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lldb/test/python_api/default-constructor/sb_address.py b/lldb/test/python_api/default-constructor/sb_address.py index 66c4cb0698e..419e1f5c724 100644 --- a/lldb/test/python_api/default-constructor/sb_address.py +++ b/lldb/test/python_api/default-constructor/sb_address.py @@ -11,4 +11,12 @@ def fuzz_obj(obj): obj.SetLoadAddress(0xffff, lldb.SBTarget()) obj.OffsetAddress(sys.maxint) obj.GetDescription(lldb.SBStream()) + obj.GetSectionType() + obj.GetSymbolContext(lldb.eSymbolContextEverything) + obj.GetModule() + obj.GetCompileUnit() + obj.GetFunction() + obj.GetBlock() + obj.GetSymbol() + obj.GetLineEntry() obj.Clear() |

