mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
Add docstrings for SetCondition() and GetCondition() APIs.
llvm-svn: 142396
This commit is contained in:
@@ -66,9 +66,19 @@ public:
|
||||
void
|
||||
SetIgnoreCount (uint32_t n);
|
||||
|
||||
%feature("docstring", "
|
||||
//------------------------------------------------------------------
|
||||
/// Get the condition expression for the watchpoint.
|
||||
//------------------------------------------------------------------
|
||||
") GetCondition;
|
||||
const char *
|
||||
GetCondition ();
|
||||
|
||||
%feature("docstring", "
|
||||
//--------------------------------------------------------------------------
|
||||
/// The watchpoint stops only if the condition expression evaluates to true.
|
||||
//--------------------------------------------------------------------------
|
||||
") SetCondition;
|
||||
void
|
||||
SetCondition (const char *condition);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user