LLDB mainline
|
#include <ProcessLauncherPosixFork.h>
Public Member Functions | |
HostProcess | LaunchProcess (const ProcessLaunchInfo &launch_info, Status &error) override |
![]() | |
virtual | ~ProcessLauncher ()=default |
virtual HostProcess | LaunchProcess (const ProcessLaunchInfo &launch_info, Status &error)=0 |
Definition at line 16 of file ProcessLauncherPosixFork.h.
|
overridevirtual |
Implements lldb_private::ProcessLauncher.
Definition at line 258 of file ProcessLauncherPosixFork.cpp.
References ChildFunc(), error(), fork(), and LLDB_INVALID_PROCESS_ID.
Referenced by lldb_private::process_freebsd::NativeProcessFreeBSD::Factory::Launch(), lldb_private::process_linux::NativeProcessLinux::Factory::Launch(), and lldb_private::process_netbsd::NativeProcessNetBSD::Factory::Launch().