diff options
Diffstat (limited to 'lldb/scripts/interface/SBThreadPlan.i')
| -rw-r--r-- | lldb/scripts/interface/SBThreadPlan.i | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/scripts/interface/SBThreadPlan.i b/lldb/scripts/interface/SBThreadPlan.i index d70c37ac166..c5fa43a9dee 100644 --- a/lldb/scripts/interface/SBThreadPlan.i +++ b/lldb/scripts/interface/SBThreadPlan.i @@ -40,6 +40,8 @@ public: bool IsValid() const; + explicit operator bool() const; + void Clear (); @@ -90,6 +92,8 @@ public: bool IsValid(); + explicit operator bool() const; + // This section allows an SBThreadPlan to push another of the common types of plans... SBThreadPlan QueueThreadPlanForStepOverRange (SBAddress &start_address, |

