Home
last modified time | relevance | path

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

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