Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessDebugger.cpp176 new ProcessWindowsData(!attach_info.GetContinueOnceAttached())); in AttachProcess()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h141 bool GetContinueOnceAttached() const { return m_continue_once_attached; } in GetContinueOnceAttached() function
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectProcess.cpp475 if (m_options.attach_info.GetContinueOnceAttached()) { in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3055 if (attach_info.GetContinueOnceAttached()) in Attach()