diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2011-09-15 21:58:36 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2011-09-15 21:58:36 +0000 |
| commit | 81be2054605d2af4f1a9fbdaf608f738f21dc5b1 (patch) | |
| tree | 8d22ec917f50bc4afd84203bb22adc6aab91caec /lldb/test/python_api/default-constructor/sb_target.py | |
| parent | 82402a06f1e083a1c73a8ca7e6c901cdd102b7f4 (diff) | |
| download | bcm5719-llvm-81be2054605d2af4f1a9fbdaf608f738f21dc5b1.tar.gz bcm5719-llvm-81be2054605d2af4f1a9fbdaf608f738f21dc5b1.zip | |
Add fuzz calls for added API methods: FindFirstType(), FindTypes(), and GetSourceManager().
llvm-svn: 139857
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) |

