| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | UDPSocket.cpp | 68 return error.ToError(); in Connect() 89 return error.ToError(); in Connect() 109 return error.ToError(); in Connect() 121 return error.ToError(); in Connect()
|
| H A D | Socket.cpp | 160 return error.ToError(); in TcpConnect() 166 return error.ToError(); in TcpConnect() 180 return error.ToError(); in TcpListen() 187 return error.ToError(); in TcpListen()
|
| H A D | NativeProcessProtocol.cpp | 423 return error.ToError(); in EnableSoftwareBreakpoint() 443 return error.ToError(); in EnableSoftwareBreakpoint() 460 return error.ToError(); in EnableSoftwareBreakpoint() 688 return status.ToError(); in ReadCStringFromMemory()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/ |
| H A D | NativeProcessELF.cpp | 123 return error.ToError(); in ReadSVR4LibraryInfo() 154 return status.ToError(); in GetLoadedSVR4Libraries() 163 return status.ToError(); in GetLoadedSVR4Libraries()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/common/ |
| H A D | TraceSessionFileParser.cpp | 49 return error.ToError(); in ParseModule() 122 return error.ToError(); in ParseProcess()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeProcessNetBSD.cpp | 71 return status.ToError(); in Launch() 103 return status.ToError(); in Launch() 131 return status.ToError(); in Attach() 430 .ToError(); in ComputeSignalInfo() 446 .ToError(); in ComputeSignalInfo() 1070 LLDB_LOG_ERROR(log, std::move(pt_error.ToError()), in MonitorClone()
|
| H A D | NativeRegisterContextNetBSD_x86_64.cpp | 596 return res.ToError(); in CopyHardwareWatchpointsFrom()
|
| /freebsd-13.1/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 | 66 return status.ToError(); in Launch() 98 return status.ToError(); in Launch() 126 return status.ToError(); in Attach() 1006 LLDB_LOG_ERROR(log, pt_error.ToError(), in MonitorClone()
|
| H A D | NativeRegisterContextFreeBSD_x86_64.cpp | 606 return res.ToError(); in CopyHardwareWatchpointsFrom()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | DecodedThread.h | 88 llvm::Error ToError() const;
|
| H A D | TraceCursorIntelPT.cpp | 81 return m_decoded_thread_sp->GetInstructions()[m_pos].ToError(); in GetError()
|
| H A D | DecodedThread.cpp | 55 Error IntelPTInstruction::ToError() const { in ToError() function in IntelPTInstruction
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | Status.h | 72 llvm::Error ToError() const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Status.cpp | 90 llvm::Error Status::ToError() const { in ToError() function in Status
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointList.cpp | 141 return error.ToError(); in FindBreakpointsByName()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
| H A D | ProcessElfCore.cpp | 837 return status.ToError(); in parseLinuxNotes() 850 return status.ToError(); in parseLinuxNotes() 859 return status.ToError(); in parseLinuxNotes()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunication.cpp | 1237 listen_socket.Listen("localhost:0", backlog).ToError()) in ConnectLocally() 1256 if (llvm::Error error = accept_status.get().ToError()) in ConnectLocally()
|
| H A D | GDBRemoteCommunicationClient.cpp | 3445 return response.GetStatus().ToError(); in SendTraceSupported() 3478 return response.GetStatus().ToError(); in SendTraceStop() 3513 return response.GetStatus().ToError(); in SendTraceStart() 3548 return response.GetStatus().ToError(); in SendTraceGetState() 3582 return response.GetStatus().ToError(); in SendTraceGetBinaryData()
|
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 3279 if (llvm::Error e = it->second->Detach().ToError()) in Handle_D()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | Options.cpp | 1391 return error.ToError(); in Parse()
|