/openbsd/gnu/llvm/lldb/source/API/ |
H A D | SBValueList.cpp | 68 const Status &GetError() const { return m_error; } in GetError() function in ValueListImpl 204 lldb::SBError SBValueList::GetError() { in GetError() function in SBValueList
|
H A D | SBCommandReturnObject.cpp | 92 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 D | SBTraceCursor.cpp | 85 const char *SBTraceCursor::GetError() const { in GetError() function in SBTraceCursor
|
H A D | SBError.cpp | 79 uint32_t SBError::GetError() const { in GetError() function in SBError
|
H A D | SBWatchpoint.cpp | 83 SBError SBWatchpoint::GetError() { in GetError() function in SBWatchpoint
|
H A D | SBValue.cpp | 208 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 D | RegularExpression.cpp | 35 llvm::Error RegularExpression::GetError() const { in GetError() function in RegularExpression
|
H A D | StringExtractorGDBRemote.cpp | 490 uint8_t StringExtractorGDBRemote::GetError() { in GetError() function in StringExtractorGDBRemote
|
H A D | Status.cpp | 174 Status::ValueType Status::GetError() const { return m_code; } in GetError() function in Status
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/FreeBSDKernel/ |
H A D | ProcessFreeBSDKernel.cpp | 298 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 D | MachVMRegion.h | 47 const DNBError &GetError() { return m_err; } in GetError() function
|
/openbsd/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/ |
H A D | TraceCursorIntelPT.cpp | 98 const char *TraceCursorIntelPT::GetError() const { in GetError() function in TraceCursorIntelPT
|
/openbsd/gnu/llvm/lldb/include/lldb/Breakpoint/ |
H A D | Watchpoint.h | 98 const Status &GetError() { return m_error; } in GetError() function
|
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/objcxx/ |
H A D | PlatformiOSSimulatorCoreSimulatorSupport.h | 37 lldb_private::Status GetError() { return m_error; } in GetError() function
|
/openbsd/gnu/llvm/lldb/source/Host/windows/ |
H A D | ConnectionGenericFileWindows.cpp | 44 const Status &GetError() const { return m_error; } in GetError() function in __anonf692dcb90111::ReturnInfo
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/OpenBSDKernel/ |
H A D | ProcessOpenBSDKernel.cpp | 230 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 D | DNBArchImpl.h | 170 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 D | DNBArchImplARM64.h | 144 kern_return_t GetError(int set, uint32_t err_idx) const { in GetError() function
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContextDarwin_arm64.h | 137 int GetError(int flavor, uint32_t err_idx) const { in GetError() function
|
H A D | RegisterContextDarwin_arm.h | 170 int GetError(int flavor, uint32_t err_idx) const { in GetError() function
|
H A D | RegisterContextDarwin_i386.h | 126 int GetError(int flavor, uint32_t err_idx) const { in GetError() function
|
H A D | RegisterContextDarwin_x86_64.h | 131 int GetError(int flavor, uint32_t err_idx) const { in GetError() function
|
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/x86_64/ |
H A D | DNBArchImplX86_64.h | 146 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 D | DNBArchImplI386.h | 144 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 D | FDInterposing.cpp | 167 int GetError() const { return m_err; } in GetError() function in fd_interposing::FDEvent
|