diff options
Diffstat (limited to 'lldb/test/python_api/default-constructor/sb_target.py')
| -rw-r--r-- | lldb/test/python_api/default-constructor/sb_target.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/test/python_api/default-constructor/sb_target.py b/lldb/test/python_api/default-constructor/sb_target.py index f4b4dd45bc0..36db20fd3f0 100644 --- a/lldb/test/python_api/default-constructor/sb_target.py +++ b/lldb/test/python_api/default-constructor/sb_target.py @@ -22,6 +22,9 @@ def fuzz_obj(obj): obj.FindModule(filespec) contextlist = lldb.SBSymbolContextList() obj.FindFunctions("the_func", 0xff, True, contextlist) + obj.FindFirstType("dont_care") + obj.FindTypes("dont_care") + obj.GetSourceManager() obj.FindGlobalVariables("my_global_var", 1) address = obj.ResolveLoadAddress(0xffff) obj.ResolveSymbolContextForAddress(address, 0) |

