Home
last modified time | relevance | path

Searched defs:connection_urls (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp811 std::vector<std::string> connection_urls; in ConnectToWaitingProcesses() local
823 std::vector<std::string> &connection_urls) { in GetPendingGdbServerList()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2635 std::vector<std::pair<uint16_t, std::string>> &connection_urls) { in QueryGDBServer()