Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp203 llvm::StringRef platform_path; in LaunchGDBServer() local
206 platform_port, platform_path); in LaunchGDBServer()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h204 virtual bool ResolveRemotePath(const FileSpec &platform_path,
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp897 bool Platform::ResolveRemotePath(const FileSpec &platform_path, in ResolveRemotePath() argument
899 resolved_platform_path = platform_path; in ResolveRemotePath()