Searched refs:m_stop_others (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.h39 bool StopOthers() override { return m_stop_others; }
71 bool m_stop_others; member in class:lldb_private::AppleThreadPlanStepThroughObjCTrampoline
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp41 m_stop_others(stop_others) {}
70 options.SetStopOthers(m_stop_others);
161 abort_other_plans, &sc, first_insn, m_stop_others, eVoteNoOpinion,
183 m_thread, target_so_addr, m_stop_others);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepThrough.cpp35 m_stop_others(stop_others) {
85 loader->GetStepThroughTrampolinePlan(m_thread, m_stop_others);
93 runtime->GetStepThroughTrampolinePlan(m_thread, m_stop_others);
213 bool ThreadPlanStepThrough::StopOthers() { return m_stop_others; }
H A DThreadPlanRunToAddress.cpp26 m_stop_others(stop_others), m_addresses(), m_break_ids() {
37 m_stop_others(stop_others), m_addresses(), m_break_ids() {
48 m_stop_others(stop_others), m_addresses(addresses), m_break_ids() {
162 bool ThreadPlanRunToAddress::StopOthers() { return m_stop_others; }
165 m_stop_others = new_value;
H A DThreadPlanStepUntil.cpp35 m_until_points(), m_stop_others(stop_others) {
276 bool ThreadPlanStepUntil::StopOthers() { return m_stop_others; }
H A DThreadPlanStepOut.cpp43 m_return_addr(LLDB_INVALID_ADDRESS), m_stop_others(stop_others),
392 bool ThreadPlanStepOut::StopOthers() { return m_stop_others; }
474 m_stop_others ? lldb::eOnlyThisThread : lldb::eAllThreads;
H A DThreadPlanStepRange.cpp39 m_stop_others(stop_others), m_stack_id(), m_parent_stack_id(),
241 switch (m_stop_others) {
H A DThreadPlanStepOverRange.cpp140 bool stop_others = (m_stop_others == lldb::eOnlyThisThread);
H A DThreadPlanStepInRange.cpp179 bool stop_others = (m_stop_others == lldb::eOnlyThisThread);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanRunToAddress.h55 bool m_stop_others; member in class:lldb_private::ThreadPlanRunToAddress
H A DThreadPlanStepThrough.h54 bool m_stop_others; member in class:lldb_private::ThreadPlanStepThrough
H A DThreadPlanStepUntil.h51 bool m_stop_others; member in class:lldb_private::ThreadPlanStepUntil
H A DThreadPlanStepRange.h67 lldb::RunMode m_stop_others; member in class:lldb_private::ThreadPlanStepRange
H A DThreadPlanStepOut.h61 bool m_stop_others; member in class:lldb_private::ThreadPlanStepOut
H A DTarget.h309 bool GetStopOthers() const { return m_stop_others; }
311 void SetStopOthers(bool stop_others = true) { m_stop_others = stop_others; }
387 bool m_stop_others = true; member in class:lldb_private::EvaluateExpressionOptions
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp1020 m_stop_others = false;
1022 m_stop_others = true;
1034 m_stop_others = false;
1043 bool m_stop_others; member in class:CommandObjectThreadUntil::CommandOptions
1227 m_options.m_stop_others, m_options.m_frame_idx, new_plan_status);

Completed in 208 milliseconds