diff options
Diffstat (limited to 'lldb/include/lldb/API/SBReproducer.h')
-rw-r--r-- | lldb/include/lldb/API/SBReproducer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/include/lldb/API/SBReproducer.h b/lldb/include/lldb/API/SBReproducer.h index 0f1739d0c5bd..93d78f55fd76 100644 --- a/lldb/include/lldb/API/SBReproducer.h +++ b/lldb/include/lldb/API/SBReproducer.h @@ -21,6 +21,9 @@ public: static const char *Capture(); static const char *Capture(const char *path); static const char *Replay(const char *path); + static const char *Replay(const char *path, bool skip_version_check); + static const char *GetPath(); + static bool Generate(); }; } // namespace lldb |