| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBCommandReturnObject.cpp | 74 const char *SBCommandReturnObject::GetError() { in GetError() function in SBCommandReturnObject 115 return ::fprintf(fh, "%s", GetError()); in PutError() 194 strm.Printf("\nError Message:\n%s", GetError()); in GetDescription() 242 const char *SBCommandReturnObject::GetError(bool only_if_no_immediate) { in GetError() function in SBCommandReturnObject 247 return GetError(); in GetError()
|
| H A D | SBError.cpp | 79 uint32_t SBError::GetError() const { in GetError() function in SBError 84 err = m_opaque_ap->GetError(); in GetError()
|
| H A D | SBValue.cpp | 213 Status &GetError() { return m_lock_error; } in GetError() function in ValueLocker 246 SBError SBValue::GetError() { in GetError() function in SBValue 252 sb_error.SetError(value_sp->GetError()); in GetError() 255 locker.GetError().AsCString()); in GetError() 595 locker.GetError().AsCString()); in SetValueFromCString() 1015 locker.GetError().AsCString()); in GetValueAsSigned() 1033 locker.GetError().AsCString()); in GetValueAsUnsigned() 1212 locker.GetError().SetErrorString("No value"); in GetSP() 1481 locker.GetError().AsCString()); in SetData() 1557 locker.GetError().AsCString()); in Watch() [all …]
|
| H A D | SBWatchpoint.cpp | 75 SBError SBWatchpoint::GetError() { in GetError() function in SBWatchpoint 79 sb_error.SetError(watchpoint_sp->GetError()); in GetError()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/ |
| H A D | MachException.cpp | 342 if (error.GetError() == MACH_SEND_INTERRUPTED) { in Reply() 348 error.GetError(), error.AsCString()); in Reply() 351 error.GetError(), error.AsCString()); in Reply() 404 task, mask, count, error.GetError(), error.AsCString()); in Save() 408 if ((error.GetError() == KERN_INVALID_ARGUMENT) && in Save() 425 task, mask, count, error.GetError(), error.AsCString()); in Save() 463 error.GetError(), error.AsCString()); in Restore()
|
| H A D | NativeProcessDarwin.cpp | 225 __FUNCTION__, m_pid, (int)error.GetError(), in FinalizeLaunch() 439 if (error.GetError() == MACH_RCV_INTERRUPTED) { in DoExceptionThread() 474 } else if (error.GetError() == MACH_RCV_TIMED_OUT) { in DoExceptionThread() 524 __FUNCTION__, error.GetError(), error.AsCString()); in DoExceptionThread() 593 error.GetError(), error.AsCString()); in StartExceptionThread() 620 error.GetError(), error.AsCString()); in StartExceptionThread() 632 __FUNCTION__, error.GetError(), error.AsCString()); in StartExceptionThread() 922 __FUNCTION__, error.GetError(), error.AsCString()); in StartWaitpidThread() 980 if (error.GetError() == EINTR) { in DoWaitpidThread() 993 __FUNCTION__, m_pid, error.GetError(), error.AsCString()); in DoWaitpidThread() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBCommandReturnObject.h | 40 const char *GetError(); 81 const char *GetError(bool only_if_no_immediate);
|
| H A D | SBWatchpoint.h | 31 SBError GetError();
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | ValueObjectCast.cpp | 89 if (m_error.Success() && m_parent->GetError().Fail()) in UpdateValue() 90 m_error = m_parent->GetError(); in UpdateValue()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterContextDarwin_arm64.cpp | 184 return GetError(GPRRegSet, Read); in ReadGPR() 192 return GetError(FPURegSet, Read); in ReadFPU() 200 return GetError(EXCRegSet, Read); in ReadEXC() 208 return GetError(DBGRegSet, Read); in ReadDBG() 219 return GetError(GPRRegSet, Write); in WriteGPR() 230 return GetError(FPURegSet, Write); in WriteFPU() 241 return GetError(EXCRegSet, Write); in WriteEXC() 252 return GetError(DBGRegSet, Write); in WriteDBG()
|
| H A D | RegisterContextDarwin_i386.cpp | 516 return GetError(set, Read); in ReadGPR() 524 return GetError(set, Read); in ReadFPU() 532 return GetError(set, Read); in ReadEXC() 543 return GetError(set, Write); in WriteGPR() 554 return GetError(set, Write); in WriteFPU() 565 return GetError(set, Write); in WriteEXC()
|
| H A D | RegisterContextDarwin_arm.cpp | 1004 return GetError(GPRRegSet, Read); in ReadGPR() 1012 return GetError(FPURegSet, Read); in ReadFPU() 1020 return GetError(EXCRegSet, Read); in ReadEXC() 1028 return GetError(DBGRegSet, Read); in ReadDBG() 1039 return GetError(GPRRegSet, Write); in WriteGPR() 1050 return GetError(FPURegSet, Write); in WriteFPU() 1061 return GetError(EXCRegSet, Write); in WriteEXC() 1072 return GetError(DBGRegSet, Write); in WriteDBG()
|
| H A D | RegisterContextDarwin_x86_64.cpp | 579 return GetError(GPRRegSet, Read); in ReadGPR() 587 return GetError(FPURegSet, Read); in ReadFPU() 595 return GetError(EXCRegSet, Read); in ReadEXC() 606 return GetError(set, Write); in WriteGPR() 617 return GetError(set, Write); in WriteFPU() 628 return GetError(set, Write); in WriteEXC()
|
| H A D | RegisterContextDarwin_arm64.h | 138 int GetError(int flavor, uint32_t err_idx) const { in GetError() function 184 bool RegisterSetIsCached(int set) const { return GetError(set, Read) == 0; } in RegisterSetIsCached()
|
| H A D | RegisterContextDarwin_i386.h | 127 int GetError(int flavor, uint32_t err_idx) const { in GetError() function 167 bool RegisterSetIsCached(int set) const { return GetError(set, Read) == 0; } in RegisterSetIsCached()
|
| H A D | RegisterContextDarwin_x86_64.h | 132 int GetError(int flavor, uint32_t err_idx) const { in GetError() function 172 bool RegisterSetIsCached(int set) const { return GetError(set, Read) == 0; } in RegisterSetIsCached()
|
| H A D | RegisterContextDarwin_arm.h | 171 int GetError(int flavor, uint32_t err_idx) const { in GetError() function 217 bool RegisterSetIsCached(int set) const { return GetError(set, Read) == 0; } in RegisterSetIsCached()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| 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()
|
| H A D | GDBRemoteCommunicationServerCommon.cpp | 666 response.Printf(",%i", (int)Status(ec).GetError()); in Handle_vFile_Mode() 706 response.Printf("F%u,%u", error.GetError(), error.GetError()); in Handle_vFile_symlink() 718 response.Printf("F%u,%u", error.GetError(), error.GetError()); in Handle_vFile_unlink() 800 response.Printf("F%u", error.GetError()); in Handle_qPlatform_mkdir() 820 response.Printf("F%u", error.GetError()); in Handle_qPlatform_chmod()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectExpression.cpp | 457 if (result_valobj_sp->GetError().Success()) { in EvaluateExpression() 484 if (result_valobj_sp->GetError().GetError() == in EvaluateExpression() 494 const char *error_cstr = result_valobj_sp->GetError().AsCString(); in EvaluateExpression()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| H A D | MIDriverMgr.cpp | 176 pDriver->GetError().c_str()); in RegisterDriver() 296 m_pDriverCurrent->GetError().c_str())); in DriverMainLoop() 369 return m_pDriverCurrent->GetError(); in DriverGetError()
|
| H A D | MICmnLogMediumFile.h | 55 const CMIUtilString &GetError() const override;
|
| H A D | MICmnLog.h | 67 virtual const CMIUtilString &GetError() const = 0;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 616 file_spec.GetCString(), mode, error.GetError(), in MakeDirectory() 628 file_spec.GetCString(), file_permissions, error.GetError(), in GetFilePermissions() 640 file_spec.GetCString(), file_permissions, error.GetError(), in SetFilePermissions() 687 src.GetCString(), dst.GetCString(), error.GetError(), in CreateSymlink() 697 file_spec.GetCString(), error.GetError(), error.AsCString()); in Unlink()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | REPL.cpp | 321 if (result_valobj_sp->GetError().Success()) { in IOHandlerInputComplete() 323 } else if (result_valobj_sp->GetError().GetError() == in IOHandlerInputComplete()
|