Home
last modified time | relevance | path

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

1234

/openbsd-src/gnu/llvm/lldb/tools/intel-features/intel-mpx/
H A Dcli-wrapper-mpxtable.cpp27 result.SetError("Bad argument."); in GetPtr()
34 result.SetError("Invalid pointer."); in GetPtr()
106 result.SetError("Invalid arch."); in GetBTEntryAddr()
121 result.SetError("Failed access to BD entry."); in GetBTEntryAddr()
131 result.SetError("Failed access to BD entry."); in GetBTEntryAddr()
136 result.SetError("Invalid bound directory."); in GetBTEntryAddr()
172 result.SetError("Unsuccessful. Failed access to BT entry."); in GetBTEntry()
196 result.SetError("Failed access to BT entry."); in GetBTEntry()
241 result.SetError("Failed access to BT entry."); in SetBTEntry()
257 result.SetError("Invalid target."); in GetInitInfo()
[all …]
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dlldb_module_utils.py49 result.SetError("option parsing failed")
55 result.SetError("invalid target")
61 result.SetError('no module found that matches "%s".' % (module_path))
147 result.SetError("option parsing failed")
153 result.SetError("invalid target")
157 result.SetError("one or more executable paths must be specified")
163 result.SetError('no module found that matches "%s".' % (module_path))
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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.cpp476 SetError(set, Read, DoReadGPR(GetThreadID(), set, gpr)); in ReadGPR()
484 SetError(set, Read, DoReadFPU(GetThreadID(), set, fpu)); in ReadFPU()
492 SetError(set, Read, DoReadEXC(GetThreadID(), set, exc)); in ReadEXC()
500 SetError(set, Write, -1); in WriteGPR()
503 SetError(set, Write, DoWriteGPR(GetThreadID(), set, gpr)); in WriteGPR()
504 SetError(set, Read, -1); in WriteGPR()
511 SetError(set, Write, -1); in WriteFPU()
514 SetError(set, Write, DoWriteFPU(GetThreadID(), set, fpu)); in WriteFPU()
515 SetError(set, Read, -1); in WriteFPU()
522 SetError(set, Write, -1); in WriteEXC()
[all …]
H A DRegisterContextDarwin_x86_64.cpp520 SetError(set, Read, DoReadGPR(GetThreadID(), set, gpr)); in ReadGPR()
528 SetError(set, Read, DoReadFPU(GetThreadID(), set, fpu)); in ReadFPU()
536 SetError(set, Read, DoReadEXC(GetThreadID(), set, exc)); in ReadEXC()
544 SetError(set, Write, -1); in WriteGPR()
547 SetError(set, Write, DoWriteGPR(GetThreadID(), set, gpr)); in WriteGPR()
548 SetError(set, Read, -1); in WriteGPR()
555 SetError(set, Write, -1); in WriteFPU()
558 SetError(set, Write, DoWriteFPU(GetThreadID(), set, fpu)); in WriteFPU()
559 SetError(set, Read, -1); in WriteFPU()
566 SetError(set, Write, -1); in WriteEXC()
[all …]
H A DRegisterContextDarwin_arm.cpp940 SetError(set, Read, DoReadGPR(GetThreadID(), set, gpr)); in ReadGPR()
948 SetError(set, Read, DoReadFPU(GetThreadID(), set, fpu)); in ReadFPU()
956 SetError(set, Read, DoReadEXC(GetThreadID(), set, exc)); in ReadEXC()
964 SetError(set, Read, DoReadDBG(GetThreadID(), set, dbg)); in ReadDBG()
972 SetError(set, Write, -1); in WriteGPR()
975 SetError(set, Write, DoWriteGPR(GetThreadID(), set, gpr)); in WriteGPR()
976 SetError(set, Read, -1); in WriteGPR()
983 SetError(set, Write, -1); in WriteFPU()
986 SetError(set, Write, DoWriteFPU(GetThreadID(), set, fpu)); in WriteFPU()
987 SetError(set, Read, -1); in WriteFPU()
[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_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_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_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
/openbsd-src/gnu/llvm/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.cpp110 error_ptr->SetError(Status(thread.takeError())); in ThreadCreate()
128 error_ptr->SetError(error); in ThreadCancel()
144 error_ptr->SetError(error); in ThreadDetach()
158 error_ptr->SetError(error); in ThreadJoin()
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.cpp100 void SBError::SetError(uint32_t err, ErrorType type) { in SetError() function in SBError
104 m_opaque_up->SetError(err, type); in SetError()
107 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
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DRNBSocket.cpp44 err.SetError(errno, DNBError::MachKernel); in Listen()
102 err.SetError(errno, DNBError::POSIX); in Listen()
127 err.SetError(errno, DNBError::MachKernel); in Listen()
143 err.SetError(errno, DNBError::POSIX); in Listen()
248 err.SetError(errno, DNBError::POSIX); in OpenFile()
296 err.SetError(errno, DNBError::POSIX); in Read()
329 err.SetError(errno, DNBError::POSIX); in Write()
H A DDNBError.h61 void SetError(kern_return_t err) { in SetError() function
73 void SetError(ValueType err, FlavorType flavor) { in SetError() function
/openbsd-src/gnu/llvm/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()
234 result.SetError(Status(tag_manager_or_err.takeError())); in DoExecute()
286 result.SetError(Status(tagged_range.takeError())); in DoExecute()
294 result.SetError(status); in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Host/windows/
H A DFileSystem.cpp40 error.SetError(::GetLastError(), lldb::eErrorTypeWin32); in Symlink()
47 error.SetError(::GetLastError(), lldb::eErrorTypeWin32); in Symlink()
63 error.SetError(::GetLastError(), lldb::eErrorTypeWin32); in Readlink()
74 error.SetError(::GetLastError(), lldb::eErrorTypeWin32); in Readlink()
H A DHostThreadWindows.cpp43 error.SetError(::GetLastError(), eErrorTypeWin32); in Join()
45 error.SetError(ERROR_INVALID_HANDLE, eErrorTypeWin32); in Join()
55 error.SetError(result, eErrorTypeWin32); in Cancel()
H A DHostProcessWindows.cpp43 error.SetError(ERROR_INVALID_HANDLE, lldb::eErrorTypeWin32); in Terminate()
46 error.SetError(::GetLastError(), lldb::eErrorTypeWin32); in Terminate()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBCommandReturnObject.i70 SetError (lldb::SBError &error,
74 SetError (const char *error_cstr);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBError.h48 void SetError(uint32_t err, lldb::ErrorType type);
96 void SetError(const lldb_private::Status &lldb_error);
H A DSBCommandReturnObject.h103 void SetError(lldb::SBError &error,
106 void SetError(const char *error_cstr);

1234