Home
last modified time | relevance | path

Searched refs:lldb_error (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBError.cpp107 void SBError::SetError(const Status &lldb_error) { in SetError() argument
109 *m_opaque_up = lldb_error; in SetError()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBError.h96 void SetError(const lldb_private::Status &lldb_error);
/openbsd-src/gnu/llvm/lldb/source/Host/macosx/objcxx/
H A DHost.mm292 Status lldb_error;
314 lldb_error = accept_thread->Join(&accept_thread_result);
315 if (lldb_error.Success() && accept_thread_result) {