LLDB mainline
|
#include <SBCommandInterpreterRunOptions.h>
Private Member Functions | |
lldb_private::CommandInterpreterRunOptions * | get () const |
lldb_private::CommandInterpreterRunOptions & | ref () const |
Private Attributes | |
std::unique_ptr< lldb_private::CommandInterpreterRunOptions > | m_opaque_up |
Friends | |
class | SBDebugger |
class | SBCommandInterpreter |
Definition at line 23 of file SBCommandInterpreterRunOptions.h.
SBCommandInterpreterRunOptions::SBCommandInterpreterRunOptions | ( | ) |
Definition at line 21 of file SBCommandInterpreterRunOptions.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
SBCommandInterpreterRunOptions::SBCommandInterpreterRunOptions | ( | const SBCommandInterpreterRunOptions & | rhs | ) |
Definition at line 27 of file SBCommandInterpreterRunOptions.cpp.
References LLDB_INSTRUMENT_VA, m_opaque_up, and ref().
|
default |
|
private |
Definition at line 180 of file SBCommandInterpreterRunOptions.cpp.
References m_opaque_up.
bool SBCommandInterpreterRunOptions::GetAddToHistory | ( | ) | const |
Definition at line 130 of file SBCommandInterpreterRunOptions.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
bool SBCommandInterpreterRunOptions::GetAllowRepeats | ( | ) | const |
Definition at line 167 of file SBCommandInterpreterRunOptions.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
bool SBCommandInterpreterRunOptions::GetAutoHandleEvents | ( | ) | const |
Definition at line 142 of file SBCommandInterpreterRunOptions.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
bool SBCommandInterpreterRunOptions::GetEchoCommands | ( | ) | const |
Definition at line 82 of file SBCommandInterpreterRunOptions.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
bool SBCommandInterpreterRunOptions::GetEchoCommentCommands | ( | ) | const |
Definition at line 94 of file SBCommandInterpreterRunOptions.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
bool SBCommandInterpreterRunOptions::GetPrintErrors | ( | ) | const |
Definition at line 118 of file SBCommandInterpreterRunOptions.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
bool SBCommandInterpreterRunOptions::GetPrintResults | ( | ) | const |
Definition at line 106 of file SBCommandInterpreterRunOptions.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
bool SBCommandInterpreterRunOptions::GetSpawnThread | ( | ) | const |
Definition at line 155 of file SBCommandInterpreterRunOptions.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
bool SBCommandInterpreterRunOptions::GetStopOnContinue | ( | ) | const |
Definition at line 46 of file SBCommandInterpreterRunOptions.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
bool SBCommandInterpreterRunOptions::GetStopOnCrash | ( | ) | const |
Definition at line 70 of file SBCommandInterpreterRunOptions.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
bool SBCommandInterpreterRunOptions::GetStopOnError | ( | ) | const |
Definition at line 58 of file SBCommandInterpreterRunOptions.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
SBCommandInterpreterRunOptions & SBCommandInterpreterRunOptions::operator= | ( | const SBCommandInterpreterRunOptions & | rhs | ) |
Definition at line 36 of file SBCommandInterpreterRunOptions.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
|
private |
Definition at line 185 of file SBCommandInterpreterRunOptions.cpp.
References m_opaque_up.
Referenced by lldb::SBCommandInterpreter::HandleCommandsFromFile(), lldb::SBDebugger::RunCommandInterpreter(), and SBCommandInterpreterRunOptions().
void SBCommandInterpreterRunOptions::SetAddToHistory | ( | bool | add_to_history | ) |
Definition at line 136 of file SBCommandInterpreterRunOptions.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
void SBCommandInterpreterRunOptions::SetAllowRepeats | ( | bool | allow_repeats | ) |
By default, RunCommandInterpreter will discard repeats if the IOHandler being used is not interactive.
Setting AllowRepeats to true will override this behavior and always process empty lines in the input as a repeat command.
Definition at line 173 of file SBCommandInterpreterRunOptions.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
void SBCommandInterpreterRunOptions::SetAutoHandleEvents | ( | bool | auto_handle_events | ) |
Definition at line 148 of file SBCommandInterpreterRunOptions.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
Referenced by lldb::SBDebugger::RunCommandInterpreter().
void SBCommandInterpreterRunOptions::SetEchoCommands | ( | bool | echo_commands | ) |
Definition at line 88 of file SBCommandInterpreterRunOptions.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
void SBCommandInterpreterRunOptions::SetEchoCommentCommands | ( | bool | echo | ) |
Definition at line 100 of file SBCommandInterpreterRunOptions.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
void SBCommandInterpreterRunOptions::SetPrintErrors | ( | bool | print_errors | ) |
Definition at line 124 of file SBCommandInterpreterRunOptions.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
void SBCommandInterpreterRunOptions::SetPrintResults | ( | bool | print_results | ) |
Definition at line 112 of file SBCommandInterpreterRunOptions.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
void SBCommandInterpreterRunOptions::SetSpawnThread | ( | bool | spawn_thread | ) |
Definition at line 161 of file SBCommandInterpreterRunOptions.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
Referenced by lldb::SBDebugger::RunCommandInterpreter().
void SBCommandInterpreterRunOptions::SetStopOnContinue | ( | bool | stop_on_continue | ) |
Definition at line 52 of file SBCommandInterpreterRunOptions.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
void SBCommandInterpreterRunOptions::SetStopOnCrash | ( | bool | stop_on_crash | ) |
Definition at line 76 of file SBCommandInterpreterRunOptions.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
void SBCommandInterpreterRunOptions::SetStopOnError | ( | bool | stop_on_error | ) |
Definition at line 64 of file SBCommandInterpreterRunOptions.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
|
friend |
Definition at line 25 of file SBCommandInterpreterRunOptions.h.
|
friend |
Definition at line 24 of file SBCommandInterpreterRunOptions.h.
|
mutableprivate |
Definition at line 90 of file SBCommandInterpreterRunOptions.h.
Referenced by get(), GetAddToHistory(), GetAllowRepeats(), GetAutoHandleEvents(), GetEchoCommands(), GetEchoCommentCommands(), GetPrintErrors(), GetPrintResults(), GetSpawnThread(), GetStopOnContinue(), GetStopOnCrash(), GetStopOnError(), operator=(), ref(), SBCommandInterpreterRunOptions(), SetAddToHistory(), SetAllowRepeats(), SetAutoHandleEvents(), SetEchoCommands(), SetEchoCommentCommands(), SetPrintErrors(), SetPrintResults(), SetSpawnThread(), SetStopOnContinue(), SetStopOnCrash(), and SetStopOnError().