Home
last modified time | relevance | path

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

/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp117 bool SBExpressionOptions::GetTryAllThreads() const { in GetTryAllThreads() function in SBExpressionOptions
120 return m_opaque_up->GetTryAllThreads(); in GetTryAllThreads()
/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h58 bool GetTryAllThreads() const;
/llvm-project/lldb/source/Target/
H A DProcess.cpp4881 if (!options.GetStopOthers() || !options.GetTryAllThreads()) in HandleStoppedEvent()
5153 if (!options.GetStopOthers() || !options.GetTryAllThreads()) in RunThreadPlan()
5157 options.GetStopOthers(), options.GetTryAllThreads(), in RunThreadPlan()
5399 if (options.GetTryAllThreads()) { in RunThreadPlan()
5481 if (!options.GetTryAllThreads()) { in RunThreadPlan()
/llvm-project/lldb/include/lldb/Target/
H A DTarget.h390 bool GetTryAllThreads() const { return m_try_others; } in GetGenerateDebugInfo()
374 bool GetTryAllThreads() const { return m_try_others; } GetTryAllThreads() function