From ed456eb0a95607ad8c0b1ed7fe69b193c5d837cb Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Fri, 14 Oct 2011 19:15:48 +0000 Subject: Add SBWatchpoint::GetError() API, which is not currently populated as yet. llvm-svn: 141979 --- lldb/scripts/Python/interface/SBWatchpoint.i | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'lldb/scripts/Python') 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. -- cgit v1.2.3