Searched refs:lldb_error (Results 1 – 3 of 3) sorted by relevance
107 void SBError::SetError(const Status &lldb_error) { in SetError() argument109 *m_opaque_up = lldb_error; in SetError()
96 void SetError(const lldb_private::Status &lldb_error);
292 Status lldb_error;314 lldb_error = accept_thread->Join(&accept_thread_result);315 if (lldb_error.Success() && accept_thread_result) {