LLDB mainline
|
#include <SBCommandInterpreterRunOptions.h>
Public Member Functions | |
SBCommandInterpreterRunResult () | |
SBCommandInterpreterRunResult (const SBCommandInterpreterRunResult &rhs) | |
~SBCommandInterpreterRunResult () | |
SBCommandInterpreterRunResult & | operator= (const SBCommandInterpreterRunResult &rhs) |
int | GetNumberOfErrors () const |
lldb::CommandInterpreterResult | GetResult () const |
Private Member Functions | |
SBCommandInterpreterRunResult (const lldb_private::CommandInterpreterRunResult &rhs) | |
Private Attributes | |
std::unique_ptr< lldb_private::CommandInterpreterRunResult > | m_opaque_up |
Friends | |
class | SBDebugger |
class | SBCommandInterpreter |
Definition at line 94 of file SBCommandInterpreterRunOptions.h.
SBCommandInterpreterRunResult::SBCommandInterpreterRunResult | ( | ) |
Definition at line 189 of file SBCommandInterpreterRunOptions.cpp.
References LLDB_INSTRUMENT_VA.
SBCommandInterpreterRunResult::SBCommandInterpreterRunResult | ( | const SBCommandInterpreterRunResult & | rhs | ) |
Definition at line 196 of file SBCommandInterpreterRunOptions.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
|
default |
|
private |
Definition at line 204 of file SBCommandInterpreterRunOptions.cpp.
References m_opaque_up.
int SBCommandInterpreterRunResult::GetNumberOfErrors | ( | ) | const |
Definition at line 221 of file SBCommandInterpreterRunOptions.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
lldb::CommandInterpreterResult SBCommandInterpreterRunResult::GetResult | ( | ) | const |
Definition at line 228 of file SBCommandInterpreterRunOptions.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
SBCommandInterpreterRunResult & SBCommandInterpreterRunResult::operator= | ( | const SBCommandInterpreterRunResult & | rhs | ) |
Definition at line 211 of file SBCommandInterpreterRunOptions.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
|
friend |
Definition at line 96 of file SBCommandInterpreterRunOptions.h.
|
friend |
Definition at line 95 of file SBCommandInterpreterRunOptions.h.
|
private |
Definition at line 114 of file SBCommandInterpreterRunOptions.h.
Referenced by GetNumberOfErrors(), GetResult(), operator=(), and SBCommandInterpreterRunResult().