Searched refs:Fork (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp832 if ((pid = terminal.Fork(err_str, err_len)) == -1) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DDarwinProcessLauncher.cpp149 *pid = static_cast<::pid_t>(pty.Fork(fork_error, sizeof(fork_error)));
508 // Fork a child process for debugging
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DPseudoTerminal.cpp175 // Fork a child process and have its stdio routed to a pseudo terminal.
192 lldb::pid_t PseudoTerminal::Fork(char *error_str, size_t error_len) { function in class:PseudoTerminal
204 // Fork failed
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DPseudoTerminal.h49 /// Fork a child process that uses pseudo terminals for its stdio.
72 lldb::pid_t Fork(char *error_str, size_t error_len);

Completed in 119 milliseconds