Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp104 const char *SBCommandReturnObject::GetError() { in GetError() function in SBCommandReturnObject
161 return ::fprintf(fh, "%s", GetError()); in PutError()
170 return file_sp->Printf("%s", GetError()); in PutError()
177 return file.m_opaque_sp->Printf("%s", GetError()); in PutError()
258 strm.Printf("\nError Message:\n%s", GetError()); in GetDescription()
330 const char *SBCommandReturnObject::GetError(bool only_if_no_immediate) { in GetError() function in SBCommandReturnObject
334 return GetError(); in GetError()
H A DSBValueList.cpp69 const Status &GetError() const { return m_error; } in GetError() function in ValueListImpl
205 lldb::SBError SBValueList::GetError() { in GetError() function in SBValueList
209 sb_error.SetError(m_opaque_up->GetError().Clone()); in GetError()
H A DSBTraceCursor.cpp85 const char *SBTraceCursor::GetError() const { in GetError() function in SBTraceCursor
88 return ConstString(m_opaque_sp->GetError()).GetCString(); in GetError()
H A DSBValue.cpp118 if (value_sp->GetError().Fail()) in GetSP()
212 Status &GetError() { return m_lock_error; } in GetError() function in ValueLocker
265 SBError SBValue::GetError() { in GetError() function in SBValue
273 sb_error.SetError(value_sp->GetError().Clone()); in GetError()
276 locker.GetError().AsCString()); in GetError()
473 locker.GetError().AsCString()); in SetValueFromCString()
902 locker.GetError().AsCString()); in GetValueAsSigned()
922 locker.GetError().AsCString()); in GetValueAsUnsigned()
1100 && !m_opaque_sp->GetRootSP()->GetError().Fail()))) { in GetSP()
1101 locker.GetError() = Status::FromErrorString("No value"); in GetSP()
[all …]
H A DSBError.cpp91 uint32_t SBError::GetError() const { in GetError() function in SBError
96 err = m_opaque_up->GetError(); in GetError()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/
H A DProcessFreeBSDKernel.cpp45 const char *GetError();
63 const char *GetError();
300 GetError()); in DoReadMemory()
306 const char *ProcessFreeBSDKernelFVC::GetError() { return fvc_geterr(m_fvc); } in GetError() function in ProcessFreeBSDKernelFVC
329 GetError()); in DoReadMemory()
335 const char *ProcessFreeBSDKernelKVM::GetError() { return kvm_geterr(m_kvm); } in GetError() function in ProcessFreeBSDKernelKVM
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDWIMPrint.cpp173 if (valobj_sp && status.Success() && valobj_sp->GetError().Success()) { in DoExecute()
235 result.SetError(valobj_sp->GetError().Clone()); in DoExecute()
249 if (valobj_sp->GetError().GetError() != UserExpression::kNoResult) in DoExecute()
H A DCommandObjectExpression.cpp443 if (result_valobj_sp->GetError().Success()) { in EvaluateExpression()
484 if (result_valobj_sp->GetError().GetError() == in EvaluateExpression()
493 result.SetError(result_valobj_sp->GetError().ToError()); in EvaluateExpression()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectCast.cpp87 if (m_error.Success() && m_parent->GetError().Fail()) in UpdateValue()
88 m_error = m_parent->GetError().Clone(); in UpdateValue()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm64.cpp176 return GetError(GPRRegSet, Read); in ReadGPR()
184 return GetError(FPURegSet, Read); in ReadFPU()
192 return GetError(EXCRegSet, Read); in ReadEXC()
200 return GetError(DBGRegSet, Read); in ReadDBG()
211 return GetError(GPRRegSet, Write); in WriteGPR()
222 return GetError(FPURegSet, Write); in WriteFPU()
233 return GetError(EXCRegSet, Write); in WriteEXC()
244 return GetError(DBGRegSet, Write); in WriteDBG()
H A DNativeProcessSoftwareSingleStep.cpp97 if (error.GetError() == EIO || error.GetError() == EFAULT) in SetSoftwareBreakpoint()
H A DRegisterContextDarwin_riscv32.cpp843 return GetError(set, Read); in ReadGPR()
851 return GetError(set, Read); in ReadFPU()
859 return GetError(set, Read); in ReadEXC()
867 return GetError(set, Read); in ReadCSR()
878 return GetError(set, Write); in WriteGPR()
889 return GetError(set, Write); in WriteFPU()
900 return GetError(set, Write); in WriteEXC()
911 return GetError(set, Write); in WriteCSR()
H A DRegisterContextDarwin_arm.cpp988 return GetError(GPRRegSet, Read); in ReadGPR()
996 return GetError(FPURegSet, Read); in ReadFPU()
1004 return GetError(EXCRegSet, Read); in ReadEXC()
1012 return GetError(DBGRegSet, Read); in ReadDBG()
1023 return GetError(GPRRegSet, Write); in WriteGPR()
1034 return GetError(FPURegSet, Write); in WriteFPU()
1045 return GetError(EXCRegSet, Write); in WriteEXC()
1056 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_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.cpp551 return GetError(GPRRegSet, Read); in ReadGPR()
559 return GetError(FPURegSet, Read); in ReadFPU()
567 return GetError(EXCRegSet, Read); in ReadEXC()
578 return GetError(set, Write); in WriteGPR()
589 return GetError(set, Write); in WriteFPU()
600 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()
H A DRegisterContextDarwin_riscv32.h164 int GetError(int flavor, uint32_t err_idx) const { in GetError() function
210 bool RegisterSetIsCached(int set) const { return GetError(set, Read) == 0; } in RegisterSetIsCached()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandReturnObject.h51 const char *GetError();
132 const char *GetError(bool only_if_no_immediate);
H A DSBTraceCursor.h136 const char *GetError() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp560 save_errno = error.GetError(); in Handle_vFile_Close()
590 const int save_errno = error.GetError(); in Handle_vFile_pRead()
625 const int save_errno = error.GetError(); in Handle_vFile_pWrite()
679 response.Printf("F-1,%x", (int)Status(ec).GetError()); in Handle_vFile_Mode()
719 response.Printf("F%x,%x", error.GetError(), error.GetError()); in Handle_vFile_symlink()
731 response.Printf("F%x,%x", error.GetError(), in Handle_vFile_unlink()
732 system_errno_to_gdb(error.GetError())); in Handle_vFile_unlink()
862 response.Printf("F%x", error.GetError()); in Handle_qPlatform_mkdir()
882 response.Printf("F%x", error.GetError()); in Handle_qPlatform_chmod()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBErrorExtensions.i7 return self.GetError()
9 value = property(GetError, None, doc='''A read only property that returns the same result as GetError().''')
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRegularExpression.h85 llvm::Error GetError() const;
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DRegularExpression.cpp36 llvm::Error RegularExpression::GetError() const { in GetError() function in RegularExpression
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueRegex.cpp53 } else if (llvm::Error err = m_regex.GetError()) { in SetValueFromString()

1234