summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface/SBWatchpoint.i
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/scripts/Python/interface/SBWatchpoint.i')
-rw-r--r--lldb/scripts/Python/interface/SBWatchpoint.i9
1 files changed, 6 insertions, 3 deletions
diff --git a/lldb/scripts/Python/interface/SBWatchpoint.i b/lldb/scripts/Python/interface/SBWatchpoint.i
index 58a15e7d8d5..03e7edb3167 100644
--- a/lldb/scripts/Python/interface/SBWatchpoint.i
+++ b/lldb/scripts/Python/interface/SBWatchpoint.i
@@ -28,12 +28,15 @@ public:
~SBWatchpoint ();
- watch_id_t
- GetID ();
-
bool
IsValid();
+ SBError
+ GetError();
+
+ watch_id_t
+ GetID ();
+
%feature("docstring", "
//------------------------------------------------------------------
/// With -1 representing an invalid hardware index.
OpenPOWER on IntegriCloud