Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp823 ConnectProcess(connection_urls[i].c_str(), "gdb-remote", debugger, nullptr, error); in GetPendingGdbServerList() argument
811 std::vector<std::string> connection_urls; ConnectToWaitingProcesses() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2635 QueryGDBServer(std::vector<std::pair<uint16_t,std::string>> & connection_urls) QueryGDBServer() argument