Home
last modified time | relevance | path

Searched refs:stop_others (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOverRange.cpp36 const SymbolContext &addr_context, lldb::RunMode stop_others, in ThreadPlanStepOverRange() argument
40 addr_context, stop_others), in ThreadPlanStepOverRange()
42 m_first_resume(true), m_run_mode(stop_others) { in ThreadPlanStepOverRange()
134 void ThreadPlanStepOverRange::SetStopOthers(bool stop_others) { in SetStopOthers() argument
135 if (!stop_others) in SetStopOthers()
154 bool stop_others = (m_stop_others == lldb::eOnlyThisThread); in ShouldStop() local
171 stop_others, m_status); in ShouldStop()
195 false, nullptr, true, stop_others, eVoteNo, eVoteNoOpinion, 0, in ShouldStop()
200 m_stack_id, false, stop_others, m_status); in ShouldStop()
220 stop_others, m_status); in ShouldStop()
H A DThreadPlanRunToAddress.cpp24 bool stop_others) in ThreadPlanRunToAddress() argument
27 m_stop_others(stop_others), m_addresses(), m_break_ids() { in ThreadPlanRunToAddress()
35 bool stop_others) in ThreadPlanRunToAddress() argument
38 m_stop_others(stop_others), m_addresses(), m_break_ids() { in ThreadPlanRunToAddress()
46 bool stop_others) in ThreadPlanRunToAddress() argument
49 m_stop_others(stop_others), m_addresses(addresses), m_break_ids() { in ThreadPlanRunToAddress()
H A DThreadPlanStepInRange.cpp39 lldb::RunMode stop_others, LazyBool step_in_avoids_code_without_debug_info, in ThreadPlanStepInRange() argument
43 stop_others), in ThreadPlanStepInRange()
165 bool stop_others = (m_stop_others == lldb::eOnlyThisThread); in ShouldStop() local
180 m_stack_id, false, stop_others, m_status); in ShouldStop()
224 m_stack_id, false, stop_others, m_status); in ShouldStop()
H A DThreadPlanStepOut.cpp62 Thread &thread, SymbolContext *context, bool first_insn, bool stop_others, in ThreadPlanStepOut() argument
70 m_return_addr(LLDB_INVALID_ADDRESS), m_stop_others(stop_others), in ThreadPlanStepOut()
86 ThreadPlanStepOut::ThreadPlanStepOut(Thread &thread, bool stop_others, in ThreadPlanStepOut() argument
94 m_return_addr(LLDB_INVALID_ADDRESS), m_stop_others(stop_others), in ThreadPlanStepOut()
H A DThreadPlanStepInstruction.cpp199 const bool stop_others = false; in ShouldStop() local
201 false, nullptr, true, stop_others, eVoteNo, eVoteNoOpinion, 0, in ShouldStop()
H A DThreadPlanStepThrough.cpp29 bool stop_others) in ThreadPlanStepThrough() argument
35 m_stop_others(stop_others) { in ThreadPlanStepThrough()
H A DThreadPlanShouldStopHere.cpp117 const bool stop_others = false; in DefaultStepFromHereCallback() local
179 false, nullptr, true, stop_others, eVoteNo, eVoteNoOpinion, in DefaultStepFromHereCallback()
H A DThreadPlanStepUntil.cpp28 size_t num_addresses, bool stop_others, in ThreadPlanStepUntil() argument
36 m_until_points(), m_stop_others(stop_others) { in ThreadPlanStepUntil()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanRunToAddress.h21 ThreadPlanRunToAddress(Thread &thread, Address &address, bool stop_others);
24 bool stop_others);
28 bool stop_others);
H A DThreadPlanStepOut.h24 bool first_insn, bool stop_others, Vote report_stop_vote,
31 ThreadPlanStepOut(Thread &thread, bool stop_others, Vote report_stop_vote,
89 bool stop_others, Vote report_stop_vote, Vote report_run_vote,
H A DThreadPlanStepThrough.h35 bool stop_others);
45 bool stop_others, Status &status);
H A DThreadPlanStepUntil.h34 size_t num_addresses, bool stop_others,
57 bool stop_others, uint32_t frame_idx, Status &status);
H A DThreadPlanStepOverRange.h26 lldb::RunMode stop_others,
H A DThreadPlanStepInstruction.h20 ThreadPlanStepInstruction(Thread &thread, bool step_over, bool stop_others,
H A DThreadPlanStepInRange.h25 const char *step_into_target, lldb::RunMode stop_others,
H A DThreadPlanStepRange.h25 lldb::RunMode stop_others,
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThreadPlan.cpp199 void SBThreadPlan::SetStopOthers(bool stop_others) { in SetStopOthers() argument
200 LLDB_INSTRUMENT_VA(this, stop_others); in SetStopOthers()
204 thread_plan_sp->SetStopOthers(stop_others); in SetStopOthers()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.h42 bool stop_others) override;
H A DDynamicLoaderStatic.cpp128 bool stop_others) { in GetStepThroughTrampolinePlan() argument
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h64 void SetStopOthers(bool stop_others = true);
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.h78 bool stop_others) override;
H A DCPPLanguageRuntime.cpp410 bool stop_others) { in GetStepThroughTrampolinePlan() argument
464 thread, callable_info.callable_address, stop_others); in GetStepThroughTrampolinePlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.h41 bool stop_others) override;
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.h81 bool stop_others) override;
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.h72 bool stop_others) override;

12