diff options
Diffstat (limited to 'lldb/test/python_api/default-constructor/sb_process.py')
-rw-r--r-- | lldb/test/python_api/default-constructor/sb_process.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/python_api/default-constructor/sb_process.py b/lldb/test/python_api/default-constructor/sb_process.py index ce4c5c6bd5c..38ee86f1ec7 100644 --- a/lldb/test/python_api/default-constructor/sb_process.py +++ b/lldb/test/python_api/default-constructor/sb_process.py @@ -44,5 +44,6 @@ def fuzz_obj(obj): obj.LoadImage(lldb.SBFileSpec(), error) obj.UnloadImage(0) obj.Clear() + obj.GetNumSupportedHardwareWatchpoints(error) for thread in obj: print thread |