summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/default-constructor
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-10-14 19:15:48 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-10-14 19:15:48 +0000
commited456eb0a95607ad8c0b1ed7fe69b193c5d837cb (patch)
treef7a127be4db5c7843d860bf0b1c75edc8b3b0afc /lldb/test/python_api/default-constructor
parent44419bfd545d869ae7b9661b00c096fd65e425f6 (diff)
downloadbcm5719-llvm-ed456eb0a95607ad8c0b1ed7fe69b193c5d837cb.tar.gz
bcm5719-llvm-ed456eb0a95607ad8c0b1ed7fe69b193c5d837cb.zip
Add SBWatchpoint::GetError() API, which is not currently populated as yet.
llvm-svn: 141979
Diffstat (limited to 'lldb/test/python_api/default-constructor')
-rw-r--r--lldb/test/python_api/default-constructor/sb_watchpoint.py2
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 8b0b1ecc481..29d58628e57 100644
--- a/lldb/test/python_api/default-constructor/sb_watchpoint.py
+++ b/lldb/test/python_api/default-constructor/sb_watchpoint.py
@@ -7,6 +7,8 @@ import lldb
def fuzz_obj(obj):
obj.GetID()
+ obj.IsValid()
+ obj.GetError()
obj.GetHardwareIndex()
obj.GetWatchAddress()
obj.GetWatchSize()
OpenPOWER on IntegriCloud