LLDB mainline
Public Member Functions | List of all members
lldb::SBReplayOptions Class Reference

#include <SBReproducer.h>

Public Member Functions

 SBReplayOptions ()
 
 SBReplayOptions (const SBReplayOptions &rhs)
 
 ~SBReplayOptions ()
 
SBReplayOptionsoperator= (const SBReplayOptions &rhs)
 
void SetVerify (bool verify)
 
bool GetVerify () const
 
void SetCheckVersion (bool check)
 
bool GetCheckVersion () const
 

Detailed Description

Definition at line 23 of file SBReproducer.h.

Constructor & Destructor Documentation

◆ SBReplayOptions() [1/2]

SBReplayOptions::SBReplayOptions ( )

Definition at line 31 of file SBReproducer.cpp.

◆ SBReplayOptions() [2/2]

SBReplayOptions::SBReplayOptions ( const SBReplayOptions rhs)

Definition at line 33 of file SBReproducer.cpp.

◆ ~SBReplayOptions()

SBReplayOptions::~SBReplayOptions ( )
default

Member Function Documentation

◆ GetCheckVersion()

bool SBReplayOptions::GetCheckVersion ( ) const

Definition at line 55 of file SBReproducer.cpp.

References LLDB_INSTRUMENT_VA.

◆ GetVerify()

bool SBReplayOptions::GetVerify ( ) const

Definition at line 46 of file SBReproducer.cpp.

References LLDB_INSTRUMENT_VA.

◆ operator=()

SBReplayOptions & SBReplayOptions::operator= ( const SBReplayOptions rhs)

Definition at line 37 of file SBReproducer.cpp.

References LLDB_INSTRUMENT_VA.

◆ SetCheckVersion()

void SBReplayOptions::SetCheckVersion ( bool  check)

Definition at line 51 of file SBReproducer.cpp.

References LLDB_INSTRUMENT_VA.

◆ SetVerify()

void SBReplayOptions::SetVerify ( bool  verify)

Definition at line 42 of file SBReproducer.cpp.

References LLDB_INSTRUMENT_VA.


The documentation for this class was generated from the following files: