Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h143 void SetContinueOnceAttached(bool b) { m_continue_once_attached = b; } in SetContinueOnceAttached() function
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectProcess.cpp323 attach_info.SetContinueOnceAttached(true); in SetOptionValue()
/openbsd/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3010 attach_info.SetContinueOnceAttached(m_continue_field->GetBoolean()); in GetAttachInfo()