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.h95 Status DoConnectRemote(llvm::StringRef remote_url) override;
H A DProcessGDBRemote.cpp527 Status ProcessGDBRemote::DoConnectRemote(llvm::StringRef remote_url) { in DoConnectRemote() argument
534 error = ConnectToDebugserver(remote_url); in DoConnectRemote()
571 pid, remote_url.str().c_str(), StateAsCString(state)); in DoConnectRemote()
576 pid, remote_url.str().c_str()); in DoConnectRemote()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h781 virtual Status ConnectRemote(llvm::StringRef remote_url);
986 virtual Status DoConnectRemote(llvm::StringRef remote_url) { in DoConnectRemote() argument
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp3220 Status Process::ConnectRemote(llvm::StringRef remote_url) { in ConnectRemote() argument
3230 Status error(DoConnectRemote(remote_url)); in ConnectRemote()