Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h92 Status DoConnectRemote(llvm::StringRef remote_url) override;
H A DProcessGDBRemote.cpp537 Status ProcessGDBRemote::DoConnectRemote(llvm::StringRef remote_url) { in DoConnectRemote() argument
544 error = ConnectToDebugserver(remote_url); in DoConnectRemote()
581 pid, remote_url.str().c_str(), StateAsCString(state)); in DoConnectRemote()
586 pid, remote_url.str().c_str()); in DoConnectRemote()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h777 virtual Status ConnectRemote(llvm::StringRef remote_url);
982 virtual Status DoConnectRemote(llvm::StringRef remote_url) { in DoConnectRemote() argument
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp3187 Status Process::ConnectRemote(llvm::StringRef remote_url) { in ConnectRemote() argument
3197 Status error(DoConnectRemote(remote_url)); in ConnectRemote()