Home
last modified time | relevance | path

Searched refs:SetProcessExitStatus (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h529 SetProcessExitStatus(lldb::pid_t pid, // The process ID we want to monitor
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1144 bool Process::SetProcessExitStatus( in SetProcessExitStatus() function in Process