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 37 of file CommandInterpreter.h.
|
default |
|
inline |
Definition at line 41 of file CommandInterpreter.h.
References m_num_errors.
Referenced by lldb::SBDebugger::RunCommandInterpreter().
|
inline |
Definition at line 43 of file CommandInterpreter.h.
References m_result.
|
inlineprotected |
Definition at line 52 of file CommandInterpreter.h.
References m_num_errors.
Referenced by lldb_private::CommandInterpreter::IOHandlerInputComplete().
|
inline |
Definition at line 45 of file CommandInterpreter.h.
References m_result.
Referenced by lldb_private::CommandInterpreter::IOHandlerInputComplete(), and lldb::SBDebugger::RunCommandInterpreter().
|
inlineprotected |
Definition at line 54 of file CommandInterpreter.h.
References m_result.
Referenced by lldb_private::CommandInterpreter::IOHandlerInputComplete().
|
protected |
Definition at line 50 of file CommandInterpreter.h.
|
private |
Definition at line 57 of file CommandInterpreter.h.
Referenced by GetNumErrors(), and IncrementNumberOfErrors().
|
private |
Definition at line 58 of file CommandInterpreter.h.
Referenced by GetResult(), IsResult(), and SetResult().