Home
last modified time | relevance | path

Searched defs:remote_url (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h986 virtual Status DoConnectRemote(llvm::StringRef remote_url) { in DoConnectRemote()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp527 Status ProcessGDBRemote::DoConnectRemote(llvm::StringRef remote_url) { in DoConnectRemote()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp3220 Status Process::ConnectRemote(llvm::StringRef remote_url) { in ConnectRemote()