9#ifndef LLDB_API_SBREPRODUCER_H
10#define LLDB_API_SBREPRODUCER_H
41 static const char *
Capture(
const char *path);
43 static const char *
Replay(
const char *path);
44 static const char *
Replay(
const char *path,
bool skip_version_check);
49 static const char *
Finalize(
const char *path);
void SetCheckVersion(bool check)
bool GetCheckVersion() const
SBReplayOptions & operator=(const SBReplayOptions &rhs)
void SetVerify(bool verify)
SBReplayOptions(const SBReplayOptions &rhs)
The SBReproducer class is special because it bootstraps the capture and replay of SB API calls.
static const char * Replay(const char *path)
static const char * GetPath()
static void SetWorkingDirectory(const char *path)
The working directory is set to the current working directory when the reproducers are initialized.
static bool SetAutoGenerate(bool b)
static const char * Finalize(const char *path)
static const char * PassiveReplay(const char *path)
static const char * Capture()