Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectProcess.cpp542 if (m_options.attach_info.GetContinueOnceAttached()) in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h207 bool GetContinueOnceAttached() const { return m_continue_once_attached; } in GetContinueOnceAttached() function