Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h53 std::string GetPlatformSpecificConnectionInformation() override;
H A DPlatformPOSIX.cpp268 std::string PlatformPOSIX::GetPlatformSpecificConnectionInformation() { in GetPlatformSpecificConnectionInformation() function in PlatformPOSIX
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h635 virtual std::string GetPlatformSpecificConnectionInformation() { return ""; } in GetPlatformSpecificConnectionInformation() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp288 std::string specific_info(GetPlatformSpecificConnectionInformation()); in GetStatus()