Home
last modified time | relevance | path

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

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