Searched defs:SetTryAllThreads (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h307 void SetTryAllThreads(bool try_others = true) { m_try_others = try_others; } function in class:lldb_private::EvaluateExpressionOptions
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp139 void SBExpressionOptions::SetTryAllThreads(bool run_others) { function in class:SBExpressionOptions

Completed in 181 milliseconds