Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/API/
H A DSBError.cpp102 void SBError::SetError(const Status &lldb_error) { in SetError() argument
104 *m_opaque_up = lldb_error; in SetError()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBError.h89 void SetError(const lldb_private::Status &lldb_error);
/llvm-project-15.0.7/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) {