diff options
Diffstat (limited to 'lldb/include/lldb/API/SBTrace.h')
| -rw-r--r-- | lldb/include/lldb/API/SBTrace.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/include/lldb/API/SBTrace.h b/lldb/include/lldb/API/SBTrace.h index e4928f0239d..635f159150c 100644 --- a/lldb/include/lldb/API/SBTrace.h +++ b/lldb/include/lldb/API/SBTrace.h @@ -100,6 +100,8 @@ public: lldb::user_id_t GetTraceUID(); + explicit operator bool() const; + bool IsValid(); protected: |

