|
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 38 of file CommandInterpreter.h.
|
default |
|
inline |
Definition at line 42 of file CommandInterpreter.h.
References m_num_errors.
Referenced by lldb::SBDebugger::RunCommandInterpreter().
|
inline |
Definition at line 44 of file CommandInterpreter.h.
References m_result.
|
inlineprotected |
Definition at line 53 of file CommandInterpreter.h.
References m_num_errors.
|
inline |
Definition at line 46 of file CommandInterpreter.h.
References m_result.
Referenced by lldb::SBDebugger::RunCommandInterpreter().
|
inlineprotected |
Definition at line 55 of file CommandInterpreter.h.
References m_result.
|
protected |
Definition at line 51 of file CommandInterpreter.h.
|
private |
Definition at line 58 of file CommandInterpreter.h.
Referenced by GetNumErrors(), and IncrementNumberOfErrors().
|
private |
Definition at line 59 of file CommandInterpreter.h.
Referenced by GetResult(), IsResult(), and SetResult().