Searched refs:GetStopOthers (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBThreadPlan.i | 98 …docstring", "Return whether this plan will ask to stop other threads when it runs.") GetStopOthers; 100 GetStopOthers(); 102 …e("docstring", "Set whether this plan will ask to stop other threads when it runs.") GetStopOthers;
|
| H A D | SBExpressionOptions.i | 81 GetStopOthers () const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBExpressionOptions.cpp | 145 bool SBExpressionOptions::GetStopOthers() const { in GetStopOthers() function in SBExpressionOptions 146 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBExpressionOptions, GetStopOthers); in GetStopOthers() 148 return m_opaque_up->GetStopOthers(); in GetStopOthers() 323 LLDB_REGISTER_METHOD_CONST(bool, SBExpressionOptions, GetStopOthers, ()); in RegisterMethods()
|
| H A D | SBThreadPlan.cpp | 199 bool SBThreadPlan::GetStopOthers() { in GetStopOthers() function in SBThreadPlan 200 LLDB_RECORD_METHOD_NO_ARGS(bool, SBThreadPlan, GetStopOthers); in GetStopOthers() 484 LLDB_REGISTER_METHOD(bool, SBThreadPlan, GetStopOthers, ()); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBExpressionOptions.h | 61 bool GetStopOthers() const;
|
| H A D | SBThreadPlan.h | 81 bool GetStopOthers();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanCallFunction.cpp | 101 m_valid(false), m_stop_other_threads(options.GetStopOthers()), in ThreadPlanCallFunction() 131 m_valid(false), m_stop_other_threads(options.GetStopOthers()), in ThreadPlanCallFunction()
|
| H A D | Process.cpp | 4558 if (!options.GetStopOthers() || !options.GetTryAllThreads()) in GetExpressionTimeout() 4829 if (!options.GetStopOthers() || !options.GetTryAllThreads()) in RunThreadPlan() 4833 options.GetStopOthers(), options.GetTryAllThreads(), in RunThreadPlan()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Target.h | 335 bool GetStopOthers() const { return m_stop_others; } in GetStopOthers() function
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 24005 result = (bool)((lldb::SBExpressionOptions const *)arg1)->GetStopOthers(); in _wrap_SBExpressionOptions_GetStopOthers() 56768 result = (bool)(arg1)->GetStopOthers(); in _wrap_SBThreadPlan_GetStopOthers()
|