__attribute__((format(printf, 2, 3))) size_t Printf(const char *format | lldb::SBCommandReturnObject | |
AppendMessage(const char *message) | lldb::SBCommandReturnObject | |
AppendWarning(const char *message) | lldb::SBCommandReturnObject | |
Clear() | lldb::SBCommandReturnObject | |
get() const | lldb::SBCommandReturnObject | protected |
GetDescription(lldb::SBStream &description) | lldb::SBCommandReturnObject | |
GetError() | lldb::SBCommandReturnObject | |
GetError(bool only_if_no_immediate) | lldb::SBCommandReturnObject | |
GetErrorData() | lldb::SBCommandReturnObject | |
GetErrorSize() | lldb::SBCommandReturnObject | |
GetOutput() | lldb::SBCommandReturnObject | |
GetOutput(bool only_if_no_immediate) | lldb::SBCommandReturnObject | |
GetOutputSize() | lldb::SBCommandReturnObject | |
GetStatus() | lldb::SBCommandReturnObject | |
HasResult() | lldb::SBCommandReturnObject | |
IsValid() const | lldb::SBCommandReturnObject | |
LLDB_DEPRECATED_FIXME("Use PutOutput(SBFile) or PutOutput(FileSP)", "PutOutput(SBFile)") size_t PutOutput(FILE *fh) | lldb::SBCommandReturnObject | |
LLDB_DEPRECATED_FIXME("Use PutError(SBFile) or PutError(FileSP)", "PutError(SBFile)") size_t PutError(FILE *fh) | lldb::SBCommandReturnObject | |
LLDB_DEPRECATED_FIXME("Use SetImmediateOutputFile(SBFile) or SetImmediateOutputFile(FileSP)", "SetImmediateOutputFile(SBFile)") void SetImmediateOutputFile(FILE *fh) | lldb::SBCommandReturnObject | |
LLDB_DEPRECATED_FIXME("Use SetImmediateErrorFile(SBFile) or SetImmediateErrorFile(FileSP)", "SetImmediateErrorFile(SBFile)") void SetImmediateErrorFile(FILE *fh) | lldb::SBCommandReturnObject | |
LLDB_DEPRECATED_FIXME("Use SetImmediateOutputFile(SBFile) or SetImmediateOutputFile(FileSP)", "SetImmediateOutputFile(SBFile)") void SetImmediateOutputFile(FILE *fh | lldb::SBCommandReturnObject | |
LLDB_DEPRECATED_FIXME("Use SetImmediateErrorFile(SBFile) or SetImmediateErrorFile(FileSP)", "SetImmediateErrorFile(SBFile)") void SetImmediateErrorFile(FILE *fh | lldb::SBCommandReturnObject | |
lldb_private::CommandPluginInterfaceImplementation | lldb::SBCommandReturnObject | friend |
lldb_private::python::SWIGBridge | lldb::SBCommandReturnObject | friend |
m_opaque_up | lldb::SBCommandReturnObject | private |
operator bool() const | lldb::SBCommandReturnObject | explicit |
operator*() const | lldb::SBCommandReturnObject | protected |
operator->() const | lldb::SBCommandReturnObject | protected |
operator=(const lldb::SBCommandReturnObject &rhs) | lldb::SBCommandReturnObject | |
PutCString(const char *string, int len=-1) | lldb::SBCommandReturnObject | |
PutError(SBFile file) | lldb::SBCommandReturnObject | |
PutError(FileSP BORROWED) | lldb::SBCommandReturnObject | |
PutOutput(SBFile file) | lldb::SBCommandReturnObject | |
PutOutput(FileSP BORROWED) | lldb::SBCommandReturnObject | |
ref() const | lldb::SBCommandReturnObject | private |
SBCommandInterpreter | lldb::SBCommandReturnObject | friend |
SBCommandReturnObject() | lldb::SBCommandReturnObject | |
SBCommandReturnObject(const lldb::SBCommandReturnObject &rhs) | lldb::SBCommandReturnObject | |
SBCommandReturnObject(lldb_private::CommandReturnObject &ref) | lldb::SBCommandReturnObject | protected |
SBOptions | lldb::SBCommandReturnObject | friend |
SetError(lldb::SBError &error, const char *fallback_error_cstr=nullptr) | lldb::SBCommandReturnObject | |
SetError(const char *error_cstr) | lldb::SBCommandReturnObject | |
SetImmediateErrorFile(SBFile file) | lldb::SBCommandReturnObject | |
SetImmediateErrorFile(FileSP BORROWED) | lldb::SBCommandReturnObject | |
SetImmediateOutputFile(SBFile file) | lldb::SBCommandReturnObject | |
SetImmediateOutputFile(FileSP BORROWED) | lldb::SBCommandReturnObject | |
SetStatus(lldb::ReturnStatus status) | lldb::SBCommandReturnObject | |
Succeeded() | lldb::SBCommandReturnObject | |
transfer_ownership | lldb::SBCommandReturnObject | |
~SBCommandReturnObject() | lldb::SBCommandReturnObject | |