Home
last modified time | relevance | path

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

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