Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandOptionsProcessAttach.cpp38 attach_info.SetContinueOnceAttached(true); in SetOptionValue()
/src/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h150 void SetContinueOnceAttached(bool b) { m_continue_once_attached = b; } in SetContinueOnceAttached() function
/src/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3009 attach_info.SetContinueOnceAttached(m_continue_field->GetBoolean()); in GetAttachInfo()