Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/TestingSupport/Host/
H A DNativeProcessTestUtils.h33 void NewSubprocess(NativeProcessProtocol *parent_process, in NewSubprocess() function
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h83 NewSubprocess(NativeProcessProtocol *parent_process,
H A DGDBRemoteCommunicationServerLLGS.cpp1144 void GDBRemoteCommunicationServerLLGS::NewSubprocess( in NewSubprocess() function in GDBRemoteCommunicationServerLLGS
/llvm-project-15.0.7/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h248 NewSubprocess(NativeProcessProtocol *parent_process,
/llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp1012 m_delegate.NewSubprocess(this, std::move(child_process)); in MonitorClone()
/llvm-project-15.0.7/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp1060 m_delegate.NewSubprocess(this, std::move(child_process)); in MonitorClone()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp874 m_delegate.NewSubprocess(this, std::move(child_process)); in MonitorClone()