| /freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | UDPSocket.cpp | 85 return error.ToError(); in Connect() 105 return error.ToError(); in Connect() 117 return error.ToError(); in Connect()
|
| H A D | Socket.cpp | 158 return error.ToError(); in TcpConnect() 164 return error.ToError(); in TcpConnect() 178 return error.ToError(); in TcpListen()
|
| H A D | NativeProcessProtocol.cpp | 437 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 D | NativeProcessELF.cpp | 124 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 D | NativeProcessNetBSD.cpp | 70 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 D | NativeRegisterContextNetBSD_x86_64.cpp | 597 return res.ToError(); in CopyHardwareWatchpointsFrom()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPTBundleLoader.cpp | 54 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 D | NativeRegisterContextFreeBSD_arm64.cpp | 239 return res.ToError(); in ReadHardwareDebugInfo() 274 .ToError(); in WriteHardwareDebugRegs()
|
| H A D | NativeProcessFreeBSD.cpp | 65 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 D | NativeThreadFreeBSD.cpp | 328 return siginfo_err.ToError(); in GetSiginfo()
|
| H A D | NativeRegisterContextFreeBSD_x86_64.cpp | 607 return res.ToError(); in CopyHardwareWatchpointsFrom()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | Status.h | 77 llvm::Error ToError() const;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Status.cpp | 89 llvm::Error Status::ToError() const { in ToError() function in Status
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointList.cpp | 141 return error.ToError(); in FindBreakpointsByName()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
| H A D | ProcessElfCore.cpp | 899 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 D | GDBRemoteCommunicationClient.cpp | 784 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 D | GDBRemoteCommunication.cpp | 1215 listen_socket.Listen("localhost:0", backlog).ToError()) in ConnectLocally() 1234 if (llvm::Error error = accept_status.get().ToError()) in ConnectLocally()
|
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 1470 return SendErrorResponse(error.ToError()); in Handle_vKill() 3580 if (llvm::Error e = it->second.process_up->Detach().ToError()) in Handle_D()
|
| H A D | ProcessGDBRemote.cpp | 5182 return error.ToError(); in SaveCore()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | Options.cpp | 1362 return error.ToError(); in Parse()
|