Home
last modified time | relevance | path

Searched refs:GetError (Results 1 – 25 of 68) sorted by relevance

123

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp98 const char *SBCommandReturnObject::GetError() { in GetError() function in SBCommandReturnObject
99 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBCommandReturnObject, GetError); in GetError()
147 return ::fprintf(fh, "%s", GetError()); in PutError()
157 return file_sp->Printf("%s", GetError()); in PutError()
164 return file.m_opaque_sp->Printf("%s", GetError()); in PutError()
250 strm.Printf("\nError Message:\n%s", GetError()); in GetDescription()
332 const char *SBCommandReturnObject::GetError(bool only_if_no_immediate) { in GetError() function in SBCommandReturnObject
333 LLDB_RECORD_METHOD(const char *, SBCommandReturnObject, GetError, (bool), in GetError()
337 return GetError(); in GetError()
385 LLDB_REGISTER_METHOD(const char *, SBCommandReturnObject, GetError, ()); in RegisterMethods()
[all …]
H A DSBError.cpp75 uint32_t SBError::GetError() const { in GetError() function in SBError
76 LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBError, GetError); in GetError()
81 err = m_opaque_up->GetError(); in GetError()
200 LLDB_REGISTER_METHOD_CONST(uint32_t, SBError, GetError, ()); in RegisterMethods()
H A DSBWatchpoint.cpp87 SBError SBWatchpoint::GetError() { in GetError() function in SBWatchpoint
88 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBError, SBWatchpoint, GetError); in GetError()
93 sb_error.SetError(watchpoint_sp->GetError()); in GetError()
324 LLDB_REGISTER_METHOD(lldb::SBError, SBWatchpoint, GetError, ()); in RegisterMethods()
H A DSBValue.cpp210 Status &GetError() { return m_lock_error; } in GetError() function in ValueLocker
264 SBError SBValue::GetError() { in GetError() function in SBValue
265 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBError, SBValue, GetError); in GetError()
272 sb_error.SetError(value_sp->GetError()); in GetError()
275 locker.GetError().AsCString()); in GetError()
485 locker.GetError().AsCString()); in SetValueFromCString()
906 locker.GetError().AsCString()); in GetValueAsSigned()
927 locker.GetError().AsCString()); in GetValueAsUnsigned()
1083 locker.GetError().SetErrorString("No value"); in GetSP()
1427 locker.GetError().AsCString()); in SetData()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBError.i79 GetError () const;
112 …value = property(GetError, None, doc='''A read only property that returns the same result as GetEr…
H A DSBCommandReturnObject.i37 GetError ();
49 GetError (bool if_no_immediate);
H A DSBWatchpoint.i40 GetError();
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObjectCast.cpp85 if (m_error.Success() && m_parent->GetError().Fail()) in UpdateValue()
86 m_error = m_parent->GetError(); in UpdateValue()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandReturnObject.h45 const char *GetError();
101 const char *GetError(bool only_if_no_immediate);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm64.cpp177 return GetError(GPRRegSet, Read); in ReadGPR()
185 return GetError(FPURegSet, Read); in ReadFPU()
193 return GetError(EXCRegSet, Read); in ReadEXC()
201 return GetError(DBGRegSet, Read); in ReadDBG()
212 return GetError(GPRRegSet, Write); in WriteGPR()
223 return GetError(FPURegSet, Write); in WriteFPU()
234 return GetError(EXCRegSet, Write); in WriteEXC()
245 return GetError(DBGRegSet, Write); in WriteDBG()
H A DRegisterContextDarwin_i386.cpp507 return GetError(set, Read); in ReadGPR()
515 return GetError(set, Read); in ReadFPU()
523 return GetError(set, Read); in ReadEXC()
534 return GetError(set, Write); in WriteGPR()
545 return GetError(set, Write); in WriteFPU()
556 return GetError(set, Write); in WriteEXC()
H A DNativeProcessSoftwareSingleStep.cpp174 if (error.GetError() == EIO || error.GetError() == EFAULT) { in SetupSoftwareSingleStepping()
H A DRegisterContextDarwin_arm.cpp995 return GetError(GPRRegSet, Read); in ReadGPR()
1003 return GetError(FPURegSet, Read); in ReadFPU()
1011 return GetError(EXCRegSet, Read); in ReadEXC()
1019 return GetError(DBGRegSet, Read); in ReadDBG()
1030 return GetError(GPRRegSet, Write); in WriteGPR()
1041 return GetError(FPURegSet, Write); in WriteFPU()
1052 return GetError(EXCRegSet, Write); in WriteEXC()
1063 return GetError(DBGRegSet, Write); in WriteDBG()
H A DRegisterContextDarwin_arm64.h137 int GetError(int flavor, uint32_t err_idx) const { in GetError() function
183 bool RegisterSetIsCached(int set) const { return GetError(set, Read) == 0; } in RegisterSetIsCached()
H A DRegisterContextDarwin_i386.h126 int GetError(int flavor, uint32_t err_idx) const { in GetError() function
166 bool RegisterSetIsCached(int set) const { return GetError(set, Read) == 0; } in RegisterSetIsCached()
H A DRegisterContextDarwin_x86_64.h131 int GetError(int flavor, uint32_t err_idx) const { in GetError() function
171 bool RegisterSetIsCached(int set) const { return GetError(set, Read) == 0; } in RegisterSetIsCached()
H A DRegisterContextDarwin_x86_64.cpp556 return GetError(GPRRegSet, Read); in ReadGPR()
564 return GetError(FPURegSet, Read); in ReadFPU()
572 return GetError(EXCRegSet, Read); in ReadEXC()
583 return GetError(set, Write); in WriteGPR()
594 return GetError(set, Write); in WriteFPU()
605 return GetError(set, Write); in WriteEXC()
H A DRegisterContextDarwin_arm.h170 int GetError(int flavor, uint32_t err_idx) const { in GetError() function
216 bool RegisterSetIsCached(int set) const { return GetError(set, Read) == 0; } in RegisterSetIsCached()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp550 save_errno = error.GetError(); in Handle_vFile_Close()
581 const int save_errno = error.GetError(); in Handle_vFile_pRead()
615 const int save_errno = error.GetError(); in Handle_vFile_pWrite()
664 response.Printf(",%i", (int)Status(ec).GetError()); in Handle_vFile_Mode()
704 response.Printf("F%u,%u", error.GetError(), error.GetError()); in Handle_vFile_symlink()
716 response.Printf("F%u,%u", error.GetError(), error.GetError()); in Handle_vFile_unlink()
798 response.Printf("F%u", error.GetError()); in Handle_qPlatform_mkdir()
818 response.Printf("F%u", error.GetError()); in Handle_qPlatform_chmod()
H A DGDBRemoteCommunicationServer.cpp109 packet.Printf("E%2.2x;", static_cast<uint8_t>(error.GetError())); in SendErrorResponse()
113 return SendErrorResponse(error.GetError()); in SendErrorResponse()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp432 if (result_valobj_sp->GetError().Success()) { in EvaluateExpression()
457 if (result_valobj_sp->GetError().GetError() == in EvaluateExpression()
465 const char *error_cstr = result_valobj_sp->GetError().AsCString(); in EvaluateExpression()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.h27 llvm::Error GetError() override;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRegularExpression.h79 llvm::Error GetError() const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTraceCursor.h175 virtual llvm::Error GetError() = 0;
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DRegularExpression.cpp35 llvm::Error RegularExpression::GetError() const { in GetError() function in RegularExpression

123