Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/source/Target/
DThreadPlanRunToAddress.cpp23 bool stop_others) in ThreadPlanRunToAddress() argument
26 m_stop_others(stop_others), m_addresses(), m_break_ids() { in ThreadPlanRunToAddress()
34 bool stop_others) in ThreadPlanRunToAddress() argument
37 m_stop_others(stop_others), m_addresses(), m_break_ids() { in ThreadPlanRunToAddress()
45 bool stop_others) in ThreadPlanRunToAddress() argument
48 m_stop_others(stop_others), m_addresses(addresses), m_break_ids() { in ThreadPlanRunToAddress()
DThreadPlanStepOverRange.cpp33 const SymbolContext &addr_context, lldb::RunMode stop_others, in ThreadPlanStepOverRange() argument
37 addr_context, stop_others), in ThreadPlanStepOverRange()
140 bool stop_others = (m_stop_others == lldb::eOnlyThisThread); in ShouldStop() local
155 stop_others, m_status); in ShouldStop()
179 false, nullptr, true, stop_others, eVoteNo, eVoteNoOpinion, 0, in ShouldStop()
184 m_stack_id, false, stop_others, m_status); in ShouldStop()
204 stop_others, m_status); in ShouldStop()
DThreadPlanStepInRange.cpp36 const SymbolContext &addr_context, lldb::RunMode stop_others, in ThreadPlanStepInRange() argument
41 stop_others), in ThreadPlanStepInRange()
162 bool stop_others = (m_stop_others == lldb::eOnlyThisThread); in ShouldStop() local
177 m_stack_id, false, stop_others, m_status); in ShouldStop()
221 m_stack_id, false, stop_others, m_status); in ShouldStop()
DThreadPlanShouldStopHere.cpp96 const bool stop_others = false; in DefaultStepFromHereCallback() local
138 false, nullptr, true, stop_others, eVoteNo, eVoteNoOpinion, in DefaultStepFromHereCallback()
DThreadPlanStepThrough.cpp29 bool stop_others) in ThreadPlanStepThrough() argument
35 m_stop_others(stop_others) { in ThreadPlanStepThrough()
DThreadPlanStepInstruction.cpp198 const bool stop_others = false; in ShouldStop() local
200 false, nullptr, true, stop_others, eVoteNo, eVoteNoOpinion, 0, in ShouldStop()
DThreadPlanStepOut.cpp35 Thread &thread, SymbolContext *context, bool first_insn, bool stop_others, in ThreadPlanStepOut() argument
43 m_return_addr(LLDB_INVALID_ADDRESS), m_stop_others(stop_others), in ThreadPlanStepOut()
86 thread, nullptr, false, stop_others, eVoteNoOpinion, eVoteNoOpinion, in ThreadPlanStepOut()
DThreadPlanStepUntil.cpp27 size_t num_addresses, bool stop_others, in ThreadPlanStepUntil() argument
35 m_until_points(), m_stop_others(stop_others) { in ThreadPlanStepUntil()
/external/llvm-project/lldb/include/lldb/Target/
DThreadPlanRunToAddress.h21 ThreadPlanRunToAddress(Thread &thread, Address &address, bool stop_others);
24 bool stop_others);
28 bool stop_others);
DThreadPlanStepThrough.h35 bool stop_others);
45 bool stop_others, Status &status);
DThreadPlanStepUntil.h34 size_t num_addresses, bool stop_others,
57 bool stop_others, uint32_t frame_idx, Status &status);
DThreadPlanStepOut.h21 bool first_insn, bool stop_others, Vote stop_vote,
79 bool stop_others, Vote stop_vote, Vote run_vote, uint32_t frame_idx,
DThreadPlanStepOverRange.h24 lldb::RunMode stop_others,
DThreadPlanStepInstruction.h20 ThreadPlanStepInstruction(Thread &thread, bool step_over, bool stop_others,
DThreadPlanStepInRange.h25 lldb::RunMode stop_others,
DThreadPlanStepRange.h25 lldb::RunMode stop_others,
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.cpp34 bool stop_others) in AppleThreadPlanStepThroughObjCTrampoline() argument
41 m_stop_others(stop_others) {} in AppleThreadPlanStepThroughObjCTrampoline()
225 llvm::StringRef dispatch_func_name, bool stop_others, in AppleThreadPlanStepThroughDirectDispatch() argument
228 stop_others, eVoteNoOpinion, eVoteNoOpinion, in AppleThreadPlanStepThroughDirectDispatch()
237 m_at_msg_send(false), m_stop_others(stop_others) { in AppleThreadPlanStepThroughDirectDispatch()
DAppleThreadPlanStepThroughObjCTrampoline.h28 bool stop_others);
79 llvm::StringRef dispatch_func_name, bool stop_others,
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
DDynamicLoaderStatic.h42 bool stop_others) override;
/external/llvm-project/lldb/include/lldb/API/
DSBExpressionOptions.h63 void SetStopOthers(bool stop_others = true);
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
DCPPLanguageRuntime.h78 bool stop_others) override;
DCPPLanguageRuntime.cpp340 bool stop_others) { in GetStepThroughTrampolinePlan() argument
395 thread, callable_info.callable_address, stop_others); in GetStepThroughTrampolinePlan()
/external/llvm-project/lldb/bindings/interface/
DSBThreadPlan.i101 SetStopOthers(bool stop_others);
DSBExpressionOptions.i85 SetStopOthers (bool stop_others = true);
/external/llvm-project/lldb/source/API/
DSBThreadPlan.cpp208 void SBThreadPlan::SetStopOthers(bool stop_others) { in SetStopOthers() argument
209 LLDB_RECORD_METHOD(void, SBThreadPlan, SetStopOthers, (bool), stop_others); in SetStopOthers()
213 thread_plan_sp->SetStopOthers(stop_others); in SetStopOthers()

12