Home
last modified time | relevance | path

Searched defs:GetPlatformSpecificConnectionInformation (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/include/lldb/Target/
DPlatform.h648 virtual std::string GetPlatformSpecificConnectionInformation() { return ""; } in GetPlatformSpecificConnectionInformation() function
/external/llvm-project/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.cpp265 std::string PlatformPOSIX::GetPlatformSpecificConnectionInformation() { in GetPlatformSpecificConnectionInformation() function in PlatformPOSIX