Searched refs:ConnectProcess (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | RemoteAwarePlatform.cpp | 407 lldb::ProcessSP RemoteAwarePlatform::ConnectProcess(llvm::StringRef connect_url, in ConnectProcess() function in RemoteAwarePlatform 413 return m_remote_platform_sp->ConnectProcess(connect_url, plugin_name, in ConnectProcess() 415 return Platform::ConnectProcess(connect_url, plugin_name, debugger, target, in ConnectProcess()
|
| H A D | Platform.cpp | 1793 lldb::ProcessSP Platform::ConnectProcess(llvm::StringRef connect_url, in ConnectProcess() function in Platform
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | RemoteAwarePlatform.h | 91 lldb::ProcessSP ConnectProcess(llvm::StringRef connect_url,
|
| H A D | Platform.h | 372 virtual lldb::ProcessSP ConnectProcess(llvm::StringRef connect_url,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 846 ConnectProcess(connection_urls[i].c_str(), "gdb-remote", debugger, nullptr, error); in ConnectToWaitingProcesses()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectProcess.cpp | 792 ? platform_sp->ConnectProcess( in DoExecute()
|