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 33 of file SBReproducer.cpp.
SBReplayOptions::SBReplayOptions | ( | const SBReplayOptions & | rhs | ) |
Definition at line 36 of file SBReproducer.cpp.
|
default |
bool SBReplayOptions::GetCheckVersion | ( | ) | const |
Definition at line 62 of file SBReproducer.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
bool SBReplayOptions::GetVerify | ( | ) | const |
Definition at line 53 of file SBReproducer.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
SBReplayOptions & SBReplayOptions::operator= | ( | const SBReplayOptions & | rhs | ) |
Definition at line 41 of file SBReproducer.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
void SBReplayOptions::SetCheckVersion | ( | bool | check | ) |
Definition at line 57 of file SBReproducer.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
void SBReplayOptions::SetVerify | ( | bool | verify | ) |
Definition at line 49 of file SBReproducer.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
|
private |
Definition at line 37 of file SBReproducer.h.
Referenced by GetCheckVersion(), GetVerify(), operator=(), SetCheckVersion(), and SetVerify().