Home
last modified time | relevance | path

Searched refs:GetTryAllThreads (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/lldb/source/API/
H A DSBExpressionOptions.cpp117 bool SBExpressionOptions::GetTryAllThreads() const { in GetTryAllThreads() function in SBExpressionOptions
120 return m_opaque_up->GetTryAllThreads(); in GetTryAllThreads()
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBExpressionOptions.h57 bool GetTryAllThreads() const;
/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBExpressionOptions.i74 GetTryAllThreads () const;
/openbsd/gnu/llvm/lldb/source/Target/
H A DProcess.cpp4606 if (!options.GetStopOthers() || !options.GetTryAllThreads()) in GetExpressionTimeout()
4876 if (!options.GetStopOthers() || !options.GetTryAllThreads()) in RunThreadPlan()
4880 options.GetStopOthers(), options.GetTryAllThreads(), in RunThreadPlan()
5122 if (options.GetTryAllThreads()) { in RunThreadPlan()
5204 if (!options.GetTryAllThreads()) { in RunThreadPlan()
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h355 bool GetTryAllThreads() const { return m_try_others; } in GetTryAllThreads() function