Home
last modified time | relevance | path

Searched defs:ConnectRemote (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp303 Status PlatformPOSIX::ConnectRemote(Args &args) { in ConnectRemote() function in PlatformPOSIX
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp376 SBError SBPlatform::ConnectRemote(SBPlatformConnectOptions &connect_options) { ConnectRemote() function in SBPlatform
H A DSBTarget.cpp527 lldb::SBProcess SBTarget::ConnectRemote(SBListener &listener, const char *url, in ConnectRemote() function in SBTarget
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp216 Status PlatformRemoteGDBServer::ConnectRemote(Args &args) { in ConnectRemote() function in PlatformRemoteGDBServer
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp876 Status Platform::ConnectRemote(Args &args) { in ConnectRemote() function in Platform
H A DProcess.cpp3220 Status Process::ConnectRemote(llvm::StringRef remote_url) { in ConnectRemote() function in Process