Home
last modified time | relevance | path

Searched refs:ToError (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedThreadPlanPythonInterface.cpp50 return error.ToError(); in ExplainsStop()
65 return error.ToError(); in ShouldStop()
79 return error.ToError(); in IsStale()
103 return error.ToError(); in GetStopDescription()
H A DScriptedStopHookPythonInterface.cpp54 return error.ToError(); in HandleStop()
H A DScriptedPythonInterface.h320 return error.ToError(); in CreatePluginObject()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DUDPSocket.cpp81 return error.ToError(); in CreateConnected()
101 return error.ToError(); in CreateConnected()
113 return error.ToError(); in CreateConnected()
H A DNativeProcessProtocol.cpp440 return error.ToError(); in EnableSoftwareBreakpoint()
460 return error.ToError(); in EnableSoftwareBreakpoint()
477 return error.ToError(); in EnableSoftwareBreakpoint()
726 return status.ToError(); in ReadCStringFromMemory()
H A DSocket.cpp262 return error.ToError(); in TcpConnect()
268 return error.ToError(); in TcpConnect()
281 return error.ToError(); in TcpListen()
H A DTCPSocket.cpp305 return error.ToError(); in Accept()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DNativeProcessELF.cpp124 return error.ToError(); in ReadSVR4LibraryInfo()
155 return status.ToError(); in GetLoadedSVR4Libraries()
164 return status.ToError(); in GetLoadedSVR4Libraries()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStatus.h168 llvm::Error ToError() const;
174 Status Clone() const { return Status(ToError()); } in Clone()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp70 return status.ToError(); in Launch()
102 return status.ToError(); in Launch()
129 return status.ToError(); in Attach()
453 .ToError(); in ComputeSignalInfo()
470 .ToError(); in ComputeSignalInfo()
1096 LLDB_LOG_ERROR(log, std::move(pt_error.ToError()), in MonitorClone()
1123 return error.ToError(); in SaveCore()
H A DNativeRegisterContextNetBSD_x86_64.cpp600 return res.ToError(); in CopyHardwareWatchpointsFrom()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.cpp54 return error.ToError(); in ParseModule()
102 return error.ToError(); in CreateEmptyProcess()
176 return error.ToError(); in ParseKernel()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp83 return error.ToError(); in Launch()
84 return status.ToError(); in Launch()
116 return status.ToError(); in Launch()
143 return status.ToError(); in Attach()
1059 LLDB_LOG_ERROR(log, pt_error.ToError(), in MonitorClone()
1087 return error.ToError(); in SaveCore()
H A DNativeRegisterContextFreeBSD_arm64.cpp259 return res.ToError(); in ReadHardwareDebugInfo()
294 .ToError(); in WriteHardwareDebugRegs()
H A DNativeThreadFreeBSD.cpp332 return siginfo_err.ToError(); in GetSiginfo()
H A DNativeRegisterContextFreeBSD_x86_64.cpp610 return res.ToError(); in CopyHardwareWatchpointsFrom()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointList.cpp141 return error.ToError(); in FindBreakpointsByName()
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DDomainSocket.cpp166 return error.ToError(); in Accept()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/AIX/
H A DNativeProcessAIX.cpp72 return status.ToError(); in Launch()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStatus.cpp139 llvm::Error Status::ToError() const { return CloneError(m_error); } in ToError() function in Status
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DDILEval.cpp390 return error.ToError(); in Visit()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp826 return response.GetStatus().ToError(); in LaunchProcess()
854 return response.GetStatus().ToError(); in LaunchProcess()
3665 return response.GetStatus().ToError(); in SendTraceSupported()
3697 return response.GetStatus().ToError(); in SendTraceStop()
3731 return response.GetStatus().ToError(); in SendTraceStart()
3765 return response.GetStatus().ToError(); in SendTraceGetState()
3798 return response.GetStatus().ToError(); in SendTraceGetBinaryData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp922 return status.ToError(); in parseLinuxNotes()
935 return status.ToError(); in parseLinuxNotes()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp493 result.SetError(result_valobj_sp->GetError().ToError()); in EvaluateExpression()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp78 return m_orig_valobj.GetError().ToError(); in PrintValueObject()

12