|
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 |
Definition at line 17 of file SBReproducer.h.
|
default |
Referenced by operator=(), SBReplayOptions(), and ~SBReplayOptions().
|
default |
References SBReplayOptions().
|
default |
References GetCheckVersion(), GetVerify(), operator=(), SBReplayOptions(), SetCheckVersion(), and SetVerify().
| bool SBReplayOptions::GetCheckVersion | ( | ) | const |
Definition at line 39 of file SBReproducer.cpp.
References LLDB_INSTRUMENT_VA.
Referenced by ~SBReplayOptions().
| bool SBReplayOptions::GetVerify | ( | ) | const |
Definition at line 30 of file SBReproducer.cpp.
References LLDB_INSTRUMENT_VA.
Referenced by ~SBReplayOptions().
| SBReplayOptions & SBReplayOptions::operator= | ( | const SBReplayOptions & | rhs | ) |
Definition at line 21 of file SBReproducer.cpp.
References LLDB_INSTRUMENT_VA, and SBReplayOptions().
Referenced by ~SBReplayOptions().
| void SBReplayOptions::SetCheckVersion | ( | bool | check | ) |
Definition at line 35 of file SBReproducer.cpp.
References LLDB_INSTRUMENT_VA.
Referenced by ~SBReplayOptions().
| void SBReplayOptions::SetVerify | ( | bool | verify | ) |
Definition at line 26 of file SBReproducer.cpp.
References LLDB_INSTRUMENT_VA.
Referenced by ~SBReplayOptions().