Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DRemoteAwarePlatform.cpp390 size_t RemoteAwarePlatform::ConnectToWaitingProcesses(Debugger &debugger, in ConnectToWaitingProcesses() function in RemoteAwarePlatform
393 return m_remote_platform_sp->ConnectToWaitingProcesses(debugger, error); in ConnectToWaitingProcesses()
394 return Platform::ConnectToWaitingProcesses(debugger, error); in ConnectToWaitingProcesses()
H A DPlatform.cpp1825 size_t Platform::ConnectToWaitingProcesses(lldb_private::Debugger &debugger, in ConnectToWaitingProcesses() function in Platform
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h101 size_t ConnectToWaitingProcesses(Debugger &debugger,
H A DPlatform.h827 virtual size_t ConnectToWaitingProcesses(lldb_private::Debugger &debugger,
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h151 size_t ConnectToWaitingProcesses(lldb_private::Debugger &debugger,
H A DPlatformRemoteGDBServer.cpp792 size_t PlatformRemoteGDBServer::ConnectToWaitingProcesses(Debugger &debugger, in ConnectToWaitingProcesses() function in PlatformRemoteGDBServer
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectPlatform.cpp296 platform_sp->ConnectToWaitingProcesses(GetDebugger(), error); in DoExecute()