Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DProcessDebugger.cpp176 new ProcessWindowsData(!attach_info.GetContinueOnceAttached())); in AttachProcess()
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h142 bool GetContinueOnceAttached() const { return m_continue_once_attached; } in GetContinueOnceAttached() function
/external/llvm-project/lldb/source/Commands/
DCommandObjectProcess.cpp442 if (m_options.attach_info.GetContinueOnceAttached()) in DoExecute()