Home
last modified time | relevance | path

Searched defs:SBError (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/lldb/source/API/
H A DSBError.cpp20 SBError::SBError() { LLDB_INSTRUMENT_VA(this); } in SBError() function in SBError
22 SBError::SBError(const SBError &rhs) { in SBError() function in SBError
28 SBError::SBError(const lldb_private::Status &status) in SBError() function in SBError
/openbsd/gnu/llvm/lldb/examples/python/scripted_process/
H A Dcrashlog_scripted_process.py106 def read_memory_at_address(self, addr: int, size: int, error: lldb.SBError) -> lldb.SBData:
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBDefines.h52 class LLDB_API SBError; variable