#include <SBCommandInterpreter.h>
Definition at line 24 of file SBCommandInterpreter.h.
lldb::SBCommandInterpreterRunOptions::SBCommandInterpreterRunOptions |
( |
| ) |
|
lldb::SBCommandInterpreterRunOptions::~SBCommandInterpreterRunOptions |
( |
| ) |
|
bool lldb::SBCommandInterpreterRunOptions::GetAddToHistory |
( |
| ) |
const |
bool lldb::SBCommandInterpreterRunOptions::GetEchoCommands |
( |
| ) |
const |
bool lldb::SBCommandInterpreterRunOptions::GetPrintResults |
( |
| ) |
const |
bool lldb::SBCommandInterpreterRunOptions::GetStopOnContinue |
( |
| ) |
const |
bool lldb::SBCommandInterpreterRunOptions::GetStopOnCrash |
( |
| ) |
const |
bool lldb::SBCommandInterpreterRunOptions::GetStopOnError |
( |
| ) |
const |
void lldb::SBCommandInterpreterRunOptions::SetAddToHistory |
( |
bool |
| ) |
|
void lldb::SBCommandInterpreterRunOptions::SetEchoCommands |
( |
bool |
| ) |
|
void lldb::SBCommandInterpreterRunOptions::SetPrintResults |
( |
bool |
| ) |
|
void lldb::SBCommandInterpreterRunOptions::SetStopOnContinue |
( |
bool |
| ) |
|
void lldb::SBCommandInterpreterRunOptions::SetStopOnCrash |
( |
bool |
| ) |
|
void lldb::SBCommandInterpreterRunOptions::SetStopOnError |
( |
bool |
| ) |
|
The documentation for this class was generated from the following file: