Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DUDPSocket.cpp68 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 DSocket.cpp160 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 DNativeProcessProtocol.cpp423 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 DNativeProcessELF.cpp123 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 DTraceSessionFileParser.cpp49 return error.ToError(); in ParseModule()
122 return error.ToError(); in ParseProcess()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp71 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 DNativeRegisterContextNetBSD_x86_64.cpp596 return res.ToError(); in CopyHardwareWatchpointsFrom()
/freebsd-13.1/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.cpp66 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 DNativeRegisterContextFreeBSD_x86_64.cpp606 return res.ToError(); in CopyHardwareWatchpointsFrom()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DDecodedThread.h88 llvm::Error ToError() const;
H A DTraceCursorIntelPT.cpp81 return m_decoded_thread_sp->GetInstructions()[m_pos].ToError(); in GetError()
H A DDecodedThread.cpp55 Error IntelPTInstruction::ToError() const { in ToError() function in IntelPTInstruction
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStatus.h72 llvm::Error ToError() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DStatus.cpp90 llvm::Error Status::ToError() const { in ToError() function in Status
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointList.cpp141 return error.ToError(); in FindBreakpointsByName()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp837 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 DGDBRemoteCommunication.cpp1237 listen_socket.Listen("localhost:0", backlog).ToError()) in ConnectLocally()
1256 if (llvm::Error error = accept_status.get().ToError()) in ConnectLocally()
H A DGDBRemoteCommunicationClient.cpp3445 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 DGDBRemoteCommunicationServerLLGS.cpp3279 if (llvm::Error e = it->second->Detach().ToError()) in Handle_D()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp1391 return error.ToError(); in Parse()