Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp158 return error.ToError(); in TcpConnect()
164 return error.ToError(); in TcpConnect()
178 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-14.2/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-14.2/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 ComputeSignalInfo()
1090 LLDB_LOG_ERROR(log, std::move(pt_error.ToError()), in MonitorClone()
1117 return error.ToError(); in SaveCore()
H A DNativeRegisterContextNetBSD_x86_64.cpp597 return res.ToError(); in CopyHardwareWatchpointsFrom()
/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeRegisterContextFreeBSD_arm64.cpp239 return res.ToError(); in ReadHardwareDebugInfo()
274 .ToError(); in WriteHardwareDebugRegs()
H A DNativeProcessFreeBSD.cpp65 return status.ToError(); in Launch()
97 return status.ToError(); in Launch()
124 return status.ToError(); in Attach()
1021 LLDB_LOG_ERROR(log, pt_error.ToError(), in MonitorClone()
1049 return error.ToError(); in SaveCore()
H A DNativeThreadFreeBSD.cpp328 return siginfo_err.ToError(); in GetSiginfo()
H A DNativeRegisterContextFreeBSD_x86_64.cpp607 return res.ToError(); in CopyHardwareWatchpointsFrom()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStatus.h77 llvm::Error ToError() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DStatus.cpp89 llvm::Error Status::ToError() const { in ToError() function in Status
/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointList.cpp141 return error.ToError(); in FindBreakpointsByName()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp899 return status.ToError(); in parseLinuxNotes()
912 return status.ToError(); in parseLinuxNotes()
921 return status.ToError(); in parseLinuxNotes()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp784 return response.GetStatus().ToError(); in LaunchProcess()
812 return response.GetStatus().ToError(); in LaunchProcess()
3569 return response.GetStatus().ToError(); in SendTraceSupported()
3602 return response.GetStatus().ToError(); in SendTraceStop()
3637 return response.GetStatus().ToError(); in SendTraceStart()
3672 return response.GetStatus().ToError(); in SendTraceGetState()
3706 return response.GetStatus().ToError(); in SendTraceGetBinaryData()
H A DGDBRemoteCommunication.cpp1215 listen_socket.Listen("localhost:0", backlog).ToError()) in ConnectLocally()
1234 if (llvm::Error error = accept_status.get().ToError()) in ConnectLocally()
H A DGDBRemoteCommunicationServerLLGS.cpp1470 return SendErrorResponse(error.ToError()); in Handle_vKill()
3580 if (llvm::Error e = it->second.process_up->Detach().ToError()) in Handle_D()
H A DProcessGDBRemote.cpp5182 return error.ToError(); in SaveCore()
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp1362 return error.ToError(); in Parse()