Searched refs:lldb_error (Results 1 – 3 of 3) sorted by relevance
102 void SBError::SetError(const Status &lldb_error) { in SetError() argument104 *m_opaque_up = lldb_error; in SetError()
89 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) {