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