Home
last modified time | relevance | path

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

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