Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp77 bool bNotifyStateChange) { in SetExitStatus() argument
79 LLDB_LOG(log, "status = {0}, notify = {1}", status, bNotifyStateChange); in SetExitStatus()
93 if (bNotifyStateChange) in SetExitStatus()
/llvm-project-15.0.7/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h209 virtual bool SetExitStatus(WaitStatus status, bool bNotifyStateChange);