Home
last modified time | relevance | path

Searched refs:ConnectProcess (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp831 lldb::ProcessSP PlatformRemoteGDBServer::ConnectProcess( in ConnectProcess() function in PlatformRemoteGDBServer
839 return Platform::ConnectProcess(connect_url, plugin_name, debugger, target, in ConnectProcess()
849 ConnectProcess(connection_urls[i].c_str(), "", debugger, nullptr, error); in ConnectToWaitingProcesses()
H A DPlatformRemoteGDBServer.h160 lldb::ProcessSP ConnectProcess(llvm::StringRef connect_url,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h171 lldb::ProcessSP ConnectProcess(llvm::StringRef connect_url,
H A DPlatformPOSIX.cpp1338 lldb::ProcessSP PlatformPOSIX::ConnectProcess(llvm::StringRef connect_url, in ConnectProcess() function in PlatformPOSIX
1344 return m_remote_platform_sp->ConnectProcess(connect_url, plugin_name, in ConnectProcess()
1347 return Platform::ConnectProcess(connect_url, plugin_name, debugger, target, in ConnectProcess()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h408 virtual lldb::ProcessSP ConnectProcess(llvm::StringRef connect_url,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectProcess.cpp905 ProcessSP process_sp = platform_sp->ConnectProcess( in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp1817 lldb::ProcessSP Platform::ConnectProcess(llvm::StringRef connect_url, in ConnectProcess() function in Platform