Searched defs:GetPlatformSpecificConnectionInformation (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/include/lldb/Target/ | ||
H A D | Platform.h | 635 virtual std::string GetPlatformSpecificConnectionInformation() { return ""; } GetPlatformSpecificConnectionInformation() function |
/llvm-project/lldb/source/Plugins/Platform/POSIX/ | ||
H A D | PlatformPOSIX.cpp | 268 std::string PlatformPOSIX::GetPlatformSpecificConnectionInformation() { GetPlatformSpecificConnectionInformation() function in PlatformPOSIX |