LLDB mainline
|
#include <ScriptInterpreter.h>
Public Member Functions | |
ExecuteScriptOptions ()=default | |
bool | GetEnableIO () const |
bool | GetSetLLDBGlobals () const |
bool | GetMaskoutErrors () const |
ExecuteScriptOptions & | SetEnableIO (bool enable) |
ExecuteScriptOptions & | SetSetLLDBGlobals (bool set) |
ExecuteScriptOptions & | SetMaskoutErrors (bool maskout) |
Private Attributes | |
bool | m_enable_io = true |
bool | m_set_lldb_globals = true |
bool | m_maskout_errors = true |
Definition at line 55 of file ScriptInterpreter.h.
|
default |
Referenced by SetEnableIO(), SetMaskoutErrors(), and SetSetLLDBGlobals().
|
inline |
Definition at line 59 of file ScriptInterpreter.h.
References m_enable_io.
Referenced by lldb_private::ScriptInterpreterLua::ExecuteOneLine().
|
inline |
Definition at line 66 of file ScriptInterpreter.h.
References m_maskout_errors.
|
inline |
Definition at line 61 of file ScriptInterpreter.h.
References m_set_lldb_globals.
|
inline |
Definition at line 68 of file ScriptInterpreter.h.
References ExecuteScriptOptions(), and m_enable_io.
|
inline |
Definition at line 78 of file ScriptInterpreter.h.
References ExecuteScriptOptions(), and m_maskout_errors.
|
inline |
Definition at line 73 of file ScriptInterpreter.h.
References ExecuteScriptOptions(), and m_set_lldb_globals.
|
private |
Definition at line 84 of file ScriptInterpreter.h.
Referenced by GetEnableIO(), and SetEnableIO().
|
private |
Definition at line 86 of file ScriptInterpreter.h.
Referenced by GetMaskoutErrors(), and SetMaskoutErrors().
|
private |
Definition at line 85 of file ScriptInterpreter.h.
Referenced by GetSetLLDBGlobals(), and SetSetLLDBGlobals().