Home
last modified time | relevance | path

Searched defs:connect_url (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp420 std::string connect_url; in DebugProcess() local
454 std::string &connect_url) { in LaunchGDBServer()
499 std::string connect_url; in Attach() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp253 lldb::ProcessSP RemoteAwarePlatform::ConnectProcess(llvm::StringRef connect_url, in ConnectProcess()
H A DPlatform.cpp1863 lldb::ProcessSP Platform::ConnectProcess(llvm::StringRef connect_url, in ConnectProcess()
1872 llvm::StringRef connect_url, llvm::StringRef plugin_name, in ConnectProcessSynchronous()
1878 lldb::ProcessSP Platform::DoConnectProcess(llvm::StringRef connect_url, in DoConnectProcess()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp806 Status ProcessGDBRemote::ConnectToDebugserver(llvm::StringRef connect_url) { in ConnectToDebugserver()