Home
last modified time | relevance | path

Searched defs:GetError (Results 1 – 25 of 27) sorted by relevance

12

/openbsd/gnu/llvm/lldb/source/API/
H A DSBValueList.cpp68 const Status &GetError() const { return m_error; } in GetError() function in ValueListImpl
204 lldb::SBError SBValueList::GetError() { in GetError() function in SBValueList
H A DSBCommandReturnObject.cpp92 const char *SBCommandReturnObject::GetError() { in GetError() function in SBCommandReturnObject
309 const char *SBCommandReturnObject::GetError(bool only_if_no_immediate) { in GetError() function in SBCommandReturnObject
H A DSBTraceCursor.cpp85 const char *SBTraceCursor::GetError() const { in GetError() function in SBTraceCursor
H A DSBError.cpp79 uint32_t SBError::GetError() const { in GetError() function in SBError
H A DSBWatchpoint.cpp83 SBError SBWatchpoint::GetError() { in GetError() function in SBWatchpoint
H A DSBValue.cpp208 Status &GetError() { return m_lock_error; } in GetError() function in ValueLocker
261 SBError SBValue::GetError() { in GetError() function in SBValue
/openbsd/gnu/llvm/lldb/source/Utility/
H A DRegularExpression.cpp35 llvm::Error RegularExpression::GetError() const { in GetError() function in RegularExpression
H A DStringExtractorGDBRemote.cpp490 uint8_t StringExtractorGDBRemote::GetError() { in GetError() function in StringExtractorGDBRemote
H A DStatus.cpp174 Status::ValueType Status::GetError() const { return m_code; } in GetError() function in Status
/openbsd/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/
H A DProcessFreeBSDKernel.cpp298 const char *ProcessFreeBSDKernelFVC::GetError() { return fvc_geterr(m_fvc); } in GetError() function in ProcessFreeBSDKernelFVC
325 const char *ProcessFreeBSDKernelKVM::GetError() { return kvm_geterr(m_kvm); } in GetError() function in ProcessFreeBSDKernelKVM
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachVMRegion.h47 const DNBError &GetError() { return m_err; } in GetError() function
/openbsd/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.cpp98 const char *TraceCursorIntelPT::GetError() const { in GetError() function in TraceCursorIntelPT
/openbsd/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h98 const Status &GetError() { return m_error; } in GetError() function
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A DPlatformiOSSimulatorCoreSimulatorSupport.h37 lldb_private::Status GetError() { return m_error; } in GetError() function
/openbsd/gnu/llvm/lldb/source/Host/windows/
H A DConnectionGenericFileWindows.cpp44 const Status &GetError() const { return m_error; } in GetError() function in __anonf692dcb90111::ReturnInfo
/openbsd/gnu/llvm/lldb/source/Plugins/Process/OpenBSDKernel/
H A DProcessOpenBSDKernel.cpp230 const char *ProcessOpenBSDKernelKVM::GetError() { return kvm_geterr(m_kvm); } in GetError() function in ProcessOpenBSDKernelKVM
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.h170 kern_return_t GetError(int set, uint32_t err_idx) const { in GetError() function
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm64/
H A DDNBArchImplARM64.h144 kern_return_t GetError(int set, uint32_t err_idx) const { in GetError() function
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm64.h137 int GetError(int flavor, uint32_t err_idx) const { in GetError() function
H A DRegisterContextDarwin_arm.h170 int GetError(int flavor, uint32_t err_idx) const { in GetError() function
H A DRegisterContextDarwin_i386.h126 int GetError(int flavor, uint32_t err_idx) const { in GetError() function
H A DRegisterContextDarwin_x86_64.h131 int GetError(int flavor, uint32_t err_idx) const { in GetError() function
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.h146 kern_return_t GetError(int flavor, uint32_t err_idx) const { in GetError() function
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.h144 kern_return_t GetError(int flavor, uint32_t err_idx) const { in GetError() function
/openbsd/gnu/llvm/lldb/examples/interposing/darwin/fd_interposing/
H A DFDInterposing.cpp167 int GetError() const { return m_err; } in GetError() function in fd_interposing::FDEvent

12