Searched refs:ConnectProcess (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | RemoteAwarePlatform.cpp | 253 lldb::ProcessSP RemoteAwarePlatform::ConnectProcess(llvm::StringRef connect_url, in ConnectProcess() function in RemoteAwarePlatform 259 return m_remote_platform_sp->ConnectProcess(connect_url, plugin_name, in ConnectProcess() 261 return Platform::ConnectProcess(connect_url, plugin_name, debugger, target, in ConnectProcess()
|
H A D | Platform.cpp | 1863 lldb::ProcessSP Platform::ConnectProcess(llvm::StringRef connect_url, in ConnectProcess() function in Platform
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | RemoteAwarePlatform.h | 93 lldb::ProcessSP ConnectProcess(llvm::StringRef connect_url,
|
H A D | Platform.h | 369 virtual lldb::ProcessSP ConnectProcess(llvm::StringRef connect_url,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
H A D | PlatformRemoteGDBServer.cpp | 823 ConnectProcess(connection_urls[i].c_str(), "gdb-remote", debugger, nullptr, error); in ConnectToWaitingProcesses()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectProcess.cpp | 895 ? platform_sp->ConnectProcess( in DoExecute()
|