Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectProcess.cpp333 attach_info.SetContinueOnceAttached(true); in SetOptionValue()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h209 void SetContinueOnceAttached(bool b) { m_continue_once_attached = b; } in SetContinueOnceAttached() function