Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBExpressionOptions.cpp138 void SBExpressionOptions::SetTryAllThreads(bool run_others) { in SetTryAllThreads() argument
140 run_others); in SetTryAllThreads()
142 m_opaque_up->SetTryAllThreads(run_others); in SetTryAllThreads()
151 void SBExpressionOptions::SetStopOthers(bool run_others) { in SetStopOthers() argument
153 run_others); in SetStopOthers()
155 m_opaque_up->SetStopOthers(run_others); in SetStopOthers()
/external/llvm-project/lldb/include/lldb/API/
DSBExpressionOptions.h59 void SetTryAllThreads(bool run_others = true);
/external/llvm-project/lldb/bindings/interface/
DSBExpressionOptions.i78 SetTryAllThreads (bool run_others = true);