Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
HDScriptedThreadPlanPythonInterface.cpp47 return error.ToError(); in ExplainsStop()
62 return error.ToError(); in ShouldStop()
76 return error.ToError(); in IsStale()
100 return error.ToError(); in GetStopDescription()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Host/common/
HDUDPSocket.cpp85 return error.ToError(); in Connect()
105 return error.ToError(); in Connect()
117 return error.ToError(); in Connect()
HDSocket.cpp157 return error.ToError(); in TcpConnect()
163 return error.ToError(); in TcpConnect()
177 return error.ToError(); in TcpListen()
HDNativeProcessProtocol.cpp437 return error.ToError(); in EnableSoftwareBreakpoint()
457 return error.ToError(); in EnableSoftwareBreakpoint()
474 return error.ToError(); in EnableSoftwareBreakpoint()
723 return status.ToError(); in ReadCStringFromMemory()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
HDNativeProcessELF.cpp124 return error.ToError(); in ReadSVR4LibraryInfo()
155 return status.ToError(); in GetLoadedSVR4Libraries()
164 return status.ToError(); in GetLoadedSVR4Libraries()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
HDNativeProcessNetBSD.cpp70 return status.ToError(); in Launch()
102 return status.ToError(); in Launch()
129 return status.ToError(); in Attach()
452 .ToError(); in ComputeSignalInfo()
468 .ToError(); in ComputeSignalInfo()
1090 LLDB_LOG_ERROR(log, std::move(pt_error.ToError()), in MonitorClone()
1117 return error.ToError(); in SaveCore()
HDNativeRegisterContextNetBSD_x86_64.cpp597 return res.ToError(); in CopyHardwareWatchpointsFrom()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
HDTraceIntelPTBundleLoader.cpp54 return error.ToError(); in ParseModule()
102 return error.ToError(); in CreateEmptyProcess()
176 return error.ToError(); in ParseKernel()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
HDNativeProcessFreeBSD.cpp82 return error.ToError(); in Launch()
83 return status.ToError(); in Launch()
115 return status.ToError(); in Launch()
142 return status.ToError(); in Attach()
1050 LLDB_LOG_ERROR(log, pt_error.ToError(), in MonitorClone()
1078 return error.ToError(); in SaveCore()
HDNativeRegisterContextFreeBSD_arm64.cpp259 return res.ToError(); in ReadHardwareDebugInfo()
294 .ToError(); in WriteHardwareDebugRegs()
HDNativeThreadFreeBSD.cpp332 return siginfo_err.ToError(); in GetSiginfo()
HDNativeRegisterContextFreeBSD_x86_64.cpp607 return res.ToError(); in CopyHardwareWatchpointsFrom()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDStatus.h77 llvm::Error ToError() const;
/freebsd-14-stable/contrib/llvm-project/lldb/source/Utility/
HDStatus.cpp89 llvm::Error Status::ToError() const { in ToError() function in Status
/freebsd-14-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDBreakpointList.cpp141 return error.ToError(); in FindBreakpointsByName()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
HDProcessElfCore.cpp909 return status.ToError(); in parseLinuxNotes()
922 return status.ToError(); in parseLinuxNotes()
931 return status.ToError(); in parseLinuxNotes()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationClient.cpp797 return response.GetStatus().ToError(); in LaunchProcess()
825 return response.GetStatus().ToError(); in LaunchProcess()
3642 return response.GetStatus().ToError(); in SendTraceSupported()
3675 return response.GetStatus().ToError(); in SendTraceStop()
3710 return response.GetStatus().ToError(); in SendTraceStart()
3745 return response.GetStatus().ToError(); in SendTraceGetState()
3779 return response.GetStatus().ToError(); in SendTraceGetBinaryData()
HDGDBRemoteCommunication.cpp1214 listen_socket.Listen("localhost:0", backlog).ToError()) in ConnectLocally()
1233 if (llvm::Error error = accept_status.get().ToError()) in ConnectLocally()
HDGDBRemoteCommunicationServerLLGS.cpp1470 return SendErrorResponse(error.ToError()); in Handle_vKill()
3582 if (llvm::Error e = it->second.process_up->Detach().ToError()) in Handle_D()
HDProcessGDBRemote.cpp5359 return error.ToError(); in SaveCore()
/freebsd-14-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDValueObjectPrinter.cpp78 return m_orig_valobj.GetError().ToError(); in PrintValueObject()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Interpreter/
HDOptions.cpp1346 return error.ToError(); in Parse()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Expression/
HDDWARFExpression.cpp1789 return fb_err.ToError(); in Evaluate()