Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp236 std::optional<URI> parsed_url = URI::Parse(url); in ConnectRemote() local
237 if (!parsed_url) in ConnectRemote()
241 m_platform_scheme = parsed_url->scheme.str(); in ConnectRemote()
242 m_platform_hostname = parsed_url->hostname.str(); in ConnectRemote()