Home
last modified time | relevance | path

Searched refs:SetError (Results 1 – 25 of 50) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DHostThreadPosix.cpp29 error.SetError(err, lldb::eErrorTypePOSIX); in Join()
33 error.SetError(EINVAL, eErrorTypePOSIX); in Join()
47 error.SetError(err, eErrorTypePOSIX); in Cancel()
57 error.SetError(err, eErrorTypePOSIX); in Detach()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm64.cpp174 SetError(set, Read, DoReadGPR(GetThreadID(), set, gpr)); in ReadGPR()
182 SetError(set, Read, DoReadFPU(GetThreadID(), set, fpu)); in ReadFPU()
190 SetError(set, Read, DoReadEXC(GetThreadID(), set, exc)); in ReadEXC()
198 SetError(set, Read, DoReadDBG(GetThreadID(), set, dbg)); in ReadDBG()
206 SetError(set, Write, -1); in WriteGPR()
209 SetError(set, Write, DoWriteGPR(GetThreadID(), set, gpr)); in WriteGPR()
210 SetError(set, Read, -1); in WriteGPR()
217 SetError(set, Write, -1); in WriteFPU()
220 SetError(set, Write, DoWriteFPU(GetThreadID(), set, fpu)); in WriteFPU()
221 SetError(set, Read, -1); in WriteFPU()
[all …]
H A DRegisterContextDarwin_i386.cpp505 SetError(set, Read, DoReadGPR(GetThreadID(), set, gpr)); in ReadGPR()
513 SetError(set, Read, DoReadFPU(GetThreadID(), set, fpu)); in ReadFPU()
521 SetError(set, Read, DoReadEXC(GetThreadID(), set, exc)); in ReadEXC()
529 SetError(set, Write, -1); in WriteGPR()
532 SetError(set, Write, DoWriteGPR(GetThreadID(), set, gpr)); in WriteGPR()
533 SetError(set, Read, -1); in WriteGPR()
540 SetError(set, Write, -1); in WriteFPU()
543 SetError(set, Write, DoWriteFPU(GetThreadID(), set, fpu)); in WriteFPU()
544 SetError(set, Read, -1); in WriteFPU()
551 SetError(set, Write, -1); in WriteEXC()
[all …]
H A DRegisterContextDarwin_arm.cpp993 SetError(set, Read, DoReadGPR(GetThreadID(), set, gpr)); in ReadGPR()
1001 SetError(set, Read, DoReadFPU(GetThreadID(), set, fpu)); in ReadFPU()
1009 SetError(set, Read, DoReadEXC(GetThreadID(), set, exc)); in ReadEXC()
1017 SetError(set, Read, DoReadDBG(GetThreadID(), set, dbg)); in ReadDBG()
1025 SetError(set, Write, -1); in WriteGPR()
1028 SetError(set, Write, DoWriteGPR(GetThreadID(), set, gpr)); in WriteGPR()
1029 SetError(set, Read, -1); in WriteGPR()
1036 SetError(set, Write, -1); in WriteFPU()
1039 SetError(set, Write, DoWriteFPU(GetThreadID(), set, fpu)); in WriteFPU()
1040 SetError(set, Read, -1); in WriteFPU()
[all …]
H A DRegisterContextDarwin_x86_64.cpp554 SetError(set, Read, DoReadGPR(GetThreadID(), set, gpr)); in ReadGPR()
562 SetError(set, Read, DoReadFPU(GetThreadID(), set, fpu)); in ReadFPU()
570 SetError(set, Read, DoReadEXC(GetThreadID(), set, exc)); in ReadEXC()
578 SetError(set, Write, -1); in WriteGPR()
581 SetError(set, Write, DoWriteGPR(GetThreadID(), set, gpr)); in WriteGPR()
582 SetError(set, Read, -1); in WriteGPR()
589 SetError(set, Write, -1); in WriteFPU()
592 SetError(set, Write, DoWriteFPU(GetThreadID(), set, fpu)); in WriteFPU()
593 SetError(set, Read, -1); in WriteFPU()
600 SetError(set, Write, -1); in WriteEXC()
[all …]
H A DRegisterContextDarwin_arm64.h132 SetError(GPRRegSet, Read, -1); in InvalidateAllRegisterStates()
133 SetError(FPURegSet, Read, -1); in InvalidateAllRegisterStates()
134 SetError(EXCRegSet, Read, -1); in InvalidateAllRegisterStates()
157 bool SetError(int flavor, uint32_t err_idx, int err) { in SetError() function
H A DRegisterContextDarwin_i386.h121 SetError(GPRRegSet, Read, -1); in InvalidateAllRegisterStates()
122 SetError(FPURegSet, Read, -1); in InvalidateAllRegisterStates()
123 SetError(EXCRegSet, Read, -1); in InvalidateAllRegisterStates()
144 bool SetError(int flavor, uint32_t err_idx, int err) { in SetError() function
H A DRegisterContextDarwin_x86_64.h126 SetError(GPRRegSet, Read, -1); in InvalidateAllRegisterStates()
127 SetError(FPURegSet, Read, -1); in InvalidateAllRegisterStates()
128 SetError(EXCRegSet, Read, -1); in InvalidateAllRegisterStates()
149 bool SetError(int flavor, uint32_t err_idx, int err) { in SetError() function
H A DRegisterContextDarwin_arm.h165 SetError(GPRRegSet, Read, -1); in InvalidateAllRegisterStates()
166 SetError(FPURegSet, Read, -1); in InvalidateAllRegisterStates()
167 SetError(EXCRegSet, Read, -1); in InvalidateAllRegisterStates()
190 bool SetError(int flavor, uint32_t err_idx, int err) { in SetError() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemoryTag.cpp80 result.SetError(Status(tag_manager_or_err.takeError())); in DoExecute()
105 result.SetError(Status(tagged_range.takeError())); in DoExecute()
113 result.SetError(Status(tags.takeError())); in DoExecute()
233 result.SetError(Status(tag_manager_or_err.takeError())); in DoExecute()
285 result.SetError(Status(tagged_range.takeError())); in DoExecute()
293 result.SetError(status); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFile.cpp66 error.SetError(status); in Read()
82 error.SetError(status); in Write()
96 error.SetError(status); in Flush()
111 error.SetError(status); in Close()
H A DSBHostOS.cpp
H A DSBValueList.cpp70 void SetError(const Status &error) { m_error = error; } in SetError() function in ValueListImpl
208 sb_error.SetError(m_opaque_up->GetError()); in GetError()
212 void SBValueList::SetError(const lldb_private::Status &status) { in SetError() function in SBValueList
213 ref().SetError(status); in SetError()
H A DSBError.cpp106 void SBError::SetError(uint32_t err, ErrorType type) { in SetError() function in SBError
110 m_opaque_up->SetError(err, type); in SetError()
113 void SBError::SetError(const Status &lldb_error) { in SetError() function in SBError
H A DSBCommandReturnObject.cpp325 void SBCommandReturnObject::SetError(lldb::SBError &error, in SetError() function in SBCommandReturnObject
330 ref().SetError(error.ref(), fallback_error_cstr); in SetError()
332 ref().SetError(Status(), fallback_error_cstr); in SetError()
335 void SBCommandReturnObject::SetError(const char *error_cstr) { in SetError() function in SBCommandReturnObject
H A DSBProcess.cpp153 error.SetError(process_sp->Launch(launch_info)); in RemoteLaunch()
175 error.SetError(process_sp->Attach(attach_info)); in RemoteAttachToProcessWithID()
593 sb_error.SetError(process_sp->Destroy(false)); in Destroy()
608 sb_error.SetError(process_sp->Halt()); in Stop()
623 sb_error.SetError(process_sp->Destroy(true)); in Kill()
646 sb_error.SetError(process_sp->Detach(keep_stopped)); in Detach()
661 sb_error.SetError(process_sp->Signal(signo)); in Signal()
1132 sb_error.SetError( in UnloadImage()
1152 sb_error.SetError(process_sp->SendEventData(event_data)); in SendEventData()
1451 sb_error.SetError(error); in DeallocateMemory()
H A DSBStructuredData.cpp122 error.SetError(m_impl_up->GetAsJSON(stream.ref())); in GetAsJSON()
131 sb_error.SetError(error); in GetDescription()
H A DSBBreakpointLocation.cpp242 sb_error.SetError(error); in SetScriptCallbackFunction()
267 sb_error.SetError(error); in SetScriptCallbackBody()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBError.h51 void SetError(uint32_t err, lldb::ErrorType type);
110 void SetError(const lldb_private::Status &lldb_error);
H A DSBCommandReturnObject.h129 void SetError(lldb::SBError &error,
132 void SetError(const char *error_cstr);
H A DSBValueList.h99 void SetError(const lldb_private::Status &status);
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h134 void SetError(const Status &error, const char *fallback_error_cstr = nullptr);
136 void SetError(llvm::Error error);
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandReturnObject.cpp110 void CommandReturnObject::SetError(const Status &error, in SetError() function in CommandReturnObject
116 void CommandReturnObject::SetError(llvm::Error error) { in SetError() function in CommandReturnObject
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DCommandObjectTraceStartIntelPT.cpp81 result.SetError(Status(std::move(err))); in DoExecuteOnThreads()
167 result.SetError(Status(std::move(err))); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStatus.h132 void SetError(ValueType err, lldb::ErrorType type);

12