Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h613 virtual std::string GetPlatformSpecificConnectionInformation() { return ""; } in GetPlatformSpecificConnectionInformation() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp268 std::string PlatformPOSIX::GetPlatformSpecificConnectionInformation() { in GetPlatformSpecificConnectionInformation() function in PlatformPOSIX