diff options
Diffstat (limited to 'lldb/test/python_api/default-constructor/sb_watchpoint.py')
-rw-r--r-- | lldb/test/python_api/default-constructor/sb_watchpoint.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/python_api/default-constructor/sb_watchpoint.py b/lldb/test/python_api/default-constructor/sb_watchpoint.py index 29d58628e57..a028cb48c4c 100644 --- a/lldb/test/python_api/default-constructor/sb_watchpoint.py +++ b/lldb/test/python_api/default-constructor/sb_watchpoint.py @@ -18,3 +18,5 @@ def fuzz_obj(obj): obj.GetIgnoreCount() obj.SetIgnoreCount(5) obj.GetDescription(lldb.SBStream(), lldb.eDescriptionLevelVerbose) + obj.SetCondition("shouldWeStop()") + obj.GetCondition() |