Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp200 std::string platform_uri = GetConnection()->GetURI(); in LaunchGDBServer() local
201 llvm::Optional<URI> parsed_uri = URI::Parse(platform_uri); in LaunchGDBServer()