Home
last modified time | relevance | path

Searched refs:platform_path (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp127 llvm::StringRef platform_path; in LaunchGDBServer() local
130 platform_port, platform_path); in LaunchGDBServer()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h213 virtual bool ResolveRemotePath(const FileSpec &platform_path,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp930 bool Platform::ResolveRemotePath(const FileSpec &platform_path, in ResolveRemotePath() argument
932 resolved_platform_path = platform_path; in ResolveRemotePath()