LLDB
mainline
|
#include <CommandInterpreter.h>
Public Member Functions | |
CommandInterpreterRunResult ()=default | |
uint32_t | GetNumErrors () const |
lldb::CommandInterpreterResult | GetResult () const |
bool | IsResult (lldb::CommandInterpreterResult result) |
Protected Member Functions | |
void | IncrementNumberOfErrors () |
void | SetResult (lldb::CommandInterpreterResult result) |
Protected Attributes | |
friend | CommandInterpreter |
Private Attributes | |
int | m_num_errors = 0 |
lldb::CommandInterpreterResult | m_result |
Definition at line 34 of file CommandInterpreter.h.
|
default |
|
inline |
Definition at line 38 of file CommandInterpreter.h.
References m_num_errors.
Referenced by lldb::SBDebugger::RunCommandInterpreter().
|
inline |
Definition at line 40 of file CommandInterpreter.h.
References m_result.
|
inlineprotected |
Definition at line 49 of file CommandInterpreter.h.
References m_num_errors.
|
inline |
Definition at line 42 of file CommandInterpreter.h.
References m_result.
Referenced by lldb::SBDebugger::RunCommandInterpreter().
|
inlineprotected |
Definition at line 51 of file CommandInterpreter.h.
References m_result.
|
protected |
Definition at line 47 of file CommandInterpreter.h.
|
private |
Definition at line 54 of file CommandInterpreter.h.
Referenced by GetNumErrors(), and IncrementNumberOfErrors().
|
private |
Definition at line 55 of file CommandInterpreter.h.
Referenced by GetResult(), IsResult(), and SetResult().