Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h148 bool GetContinueOnceAttached() const { return m_continue_once_attached; } in GetContinueOnceAttached() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp406 if (m_options.attach_info.GetContinueOnceAttached()) { in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3054 if (attach_info.GetContinueOnceAttached()) in Attach()