| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBCommandReturnObject.cpp | 98 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 D | SBError.cpp | 75 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 D | SBWatchpoint.cpp | 87 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 D | SBValue.cpp | 210 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 D | SBError.i | 79 GetError () const; 112 …value = property(GetError, None, doc='''A read only property that returns the same result as GetEr…
|
| H A D | SBCommandReturnObject.i | 37 GetError (); 49 GetError (bool if_no_immediate);
|
| H A D | SBWatchpoint.i | 40 GetError();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | ValueObjectCast.cpp | 85 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 D | SBCommandReturnObject.h | 45 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 D | RegisterContextDarwin_arm64.cpp | 177 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 D | RegisterContextDarwin_i386.cpp | 507 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 D | NativeProcessSoftwareSingleStep.cpp | 174 if (error.GetError() == EIO || error.GetError() == EFAULT) { in SetupSoftwareSingleStepping()
|
| H A D | RegisterContextDarwin_arm.cpp | 995 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 D | RegisterContextDarwin_arm64.h | 137 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 D | RegisterContextDarwin_i386.h | 126 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 D | RegisterContextDarwin_x86_64.h | 131 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 D | RegisterContextDarwin_x86_64.cpp | 556 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 D | RegisterContextDarwin_arm.h | 170 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 D | GDBRemoteCommunicationServerCommon.cpp | 550 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 D | GDBRemoteCommunicationServer.cpp | 109 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 D | CommandObjectExpression.cpp | 432 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 D | TraceCursorIntelPT.h | 27 llvm::Error GetError() override;
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | RegularExpression.h | 79 llvm::Error GetError() const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | TraceCursor.h | 175 virtual llvm::Error GetError() = 0;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | RegularExpression.cpp | 35 llvm::Error RegularExpression::GetError() const { in GetError() function in RegularExpression
|