Home
last modified time | relevance | path

Searched refs:StartDebugserverProcess (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp125 error = StartDebugserverProcess(url.str(), debugserver_launch_info, &args); in LaunchGDBServer()
129 error = StartDebugserverProcess(fd, debugserver_launch_info, &args); in LaunchGDBServer()
H A DGDBRemoteCommunication.h140 StartDebugserverProcess(std::variant<llvm::StringRef, shared_fd_t> comm,
H A DGDBRemoteCommunication.cpp830 Status GDBRemoteCommunication::StartDebugserverProcess( in StartDebugserverProcess() function in GDBRemoteCommunication
H A DProcessGDBRemote.cpp3552 error = m_gdb_comm.StartDebugserverProcess(shared_socket.GetSendableFD(), in LaunchAndConnectToDebugserver()