10 #ifndef LLDB_SBCommandReturnObject_h_
11 #define LLDB_SBCommandReturnObject_h_
33 lldb_private::CommandReturnObject *
93 Printf(
const char* format, ...) __attribute__ ((format (printf, 2, 3)));
99 GetError (
bool only_if_no_immediate);
103 const char *fallback_error_cstr = NULL);
112 lldb_private::CommandReturnObject *
115 lldb_private::CommandReturnObject *
118 lldb_private::CommandReturnObject &
121 lldb_private::CommandReturnObject &
128 std::unique_ptr<lldb_private::CommandReturnObject> m_opaque_ap;
133 #endif // LLDB_SBCommandReturnObject_h_