Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedThreadPlanPythonInterface.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/contrib/llvm-project/lldb/source/Host/common/
H A DUDPSocket.cpp85 return error.ToError(); in Connect()
105 return error.ToError(); in Connect()
117 return error.ToError(); in Connect()
H A DSocket.cpp157 return error.ToError(); in TcpConnect()
163 return error.ToError(); in TcpConnect()
177 return error.ToError(); in TcpListen()
H A DNativeProcessProtocol.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/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/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()
452 .ToError(); in ComputeSignalInfo()
468 .ToError(); in Resume()
1090 LLDB_LOG_ERROR(log, std::move(pt_error.ToError()), in SaveCore()
1117 return error.ToError();
H A DNativeRegisterContextNetBSD_x86_64.cpp597 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.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()
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.cpp607 return res.ToError(); in CopyHardwareWatchpointsFrom()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStatus.h77 llvm::Error ToError() const;
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointList.cpp141 return error.ToError(); in FindBreakpointsByName()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStatus.cpp89 llvm::Error Status::ToError() const { in ToError() function in Status
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp909 return status.ToError(); in parseLinuxNotes()
922 return status.ToError(); in parseLinuxNotes()
931 return status.ToError(); in parseLinuxNotes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.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()
H A DGDBRemoteCommunication.cpp1214 listen_socket.Listen("localhost:0", backlog).ToError()) in ConnectLocally()
1233 if (llvm::Error error = accept_status.get().ToError()) in ConnectLocally()
H A DGDBRemoteCommunicationServerLLGS.cpp1470 return SendErrorResponse(error.ToError()); in Handle_vKill()
3582 if (llvm::Error e = it->second.process_up->Detach().ToError()) in Handle_D()
H A DProcessGDBRemote.cpp5359 return error.ToError(); in SaveCore()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp78 return m_orig_valobj.GetError().ToError(); in PrintValueObject()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp1346 return error.ToError(); in Parse()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp1789 return fb_err.ToError(); in Evaluate()