Home
last modified time | relevance | path

Searched refs:DoConnectRemote (Results 1 – 4 of 4) sorted by relevance

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