Searched defs:SBError (Results 1 – 6 of 6) sorted by relevance
/llvm-project/lldb/source/API/ |
H A D | SBError.cpp | 20 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 D | invalid_scripted_process.py | 16 self, addr: int, size: int, error: lldb.SBError
|
H A D | stack_core_scripted_process.py | 76 self, addr: int, size: int, error: lldb.SBError
|
H A D | dummy_scripted_process.py | 34 self, addr: int, size: int, error: lldb.SBError argument
|
/llvm-project/lldb/examples/python/ |
H A D | crashlog_scripted_process.py | 101 self, addr: int, size: int, error: lldb.SBError
|
/llvm-project/lldb/include/lldb/API/ |
H A D | SBDefines.h | 68 class LLDB_API SBError; global() variable
|