LLDB
mainline
|
#include <SBReproducer.h>
Public Member Functions | |
SBReplayOptions () | |
SBReplayOptions (const SBReplayOptions &rhs) | |
~SBReplayOptions () | |
SBReplayOptions & | operator= (const SBReplayOptions &rhs) |
void | SetVerify (bool verify) |
bool | GetVerify () const |
void | SetCheckVersion (bool check) |
bool | GetCheckVersion () const |
Private Attributes | |
std::unique_ptr< lldb_private::repro::ReplayOptions > | m_opaque_up |
Definition at line 22 of file SBReproducer.h.
SBReplayOptions::SBReplayOptions | ( | ) |
Definition at line 32 of file SBReproducer.cpp.
SBReplayOptions::SBReplayOptions | ( | const SBReplayOptions & | rhs | ) |
Definition at line 35 of file SBReproducer.cpp.
|
default |
bool SBReplayOptions::GetCheckVersion | ( | ) | const |
Definition at line 55 of file SBReproducer.cpp.
References m_opaque_up.
Referenced by lldb::SBReproducer::Replay().
bool SBReplayOptions::GetVerify | ( | ) | const |
Definition at line 49 of file SBReproducer.cpp.
References m_opaque_up.
Referenced by lldb::SBReproducer::Replay().
SBReplayOptions & SBReplayOptions::operator= | ( | const SBReplayOptions & | rhs | ) |
Definition at line 40 of file SBReproducer.cpp.
References m_opaque_up.
void SBReplayOptions::SetCheckVersion | ( | bool | check | ) |
Definition at line 51 of file SBReproducer.cpp.
References m_opaque_up.
Referenced by lldb::SBReproducer::Replay().
void SBReplayOptions::SetVerify | ( | bool | verify | ) |
Definition at line 47 of file SBReproducer.cpp.
References m_opaque_up.
|
private |
Definition at line 37 of file SBReproducer.h.
Referenced by GetCheckVersion(), GetVerify(), operator=(), SetCheckVersion(), and SetVerify().