Home
last modified time | relevance | path

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

/llvm-project/lldb/source/API/
H A DSBError.cpp20 SBError::SBError() { LLDB_INSTRUMENT_VA(this); } SBError() function in SBError
22 SBError::SBError(const SBError &rhs) { SBError() function in SBError
28 SBError::SBError(const char *message) { SBError() function in SBError
34 SBError::SBError(const lldb_private::Status &status) SBError() function in SBError
[all...]
/llvm-project/lldb/test/API/functionalities/scripted_process/
H A Dinvalid_scripted_process.py16 self, addr: int, size: int, error: lldb.SBError
H A Dstack_core_scripted_process.py76 self, addr: int, size: int, error: lldb.SBError
H A Ddummy_scripted_process.py34 self, addr: int, size: int, error: lldb.SBError argument
/llvm-project/lldb/examples/python/
H A Dcrashlog_scripted_process.py101 self, addr: int, size: int, error: lldb.SBError
/llvm-project/lldb/include/lldb/API/
H A DSBDefines.h68 class LLDB_API SBError; global() variable