Home
last modified time | relevance | path

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

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