Home
last modified time | relevance | path

Searched refs:GetDetachKeepsStopped (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
DCommandObjectProcess.cpp920 if (process->GetDetachKeepsStopped()) in DoExecute()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
DProcess.h98 GetDetachKeepsStopped () const;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DProcess.cpp227 ProcessProperties::GetDetachKeepsStopped () const in GetDetachKeepsStopped() function in ProcessProperties