Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp202 std::string platform_uri = GetConnection()->GetURI(); in LaunchGDBServer() local
203 std::optional<URI> parsed_uri = URI::Parse(platform_uri); in LaunchGDBServer()