Searched refs:first_insn (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/ |
D | DynamicLoaderWindowsDYLD.cpp | 212 auto first_insn = insn_list->GetInstructionAtIndex(0); in GetStepThroughTrampolinePlan() local 216 if (first_insn == nullptr || second_insn == nullptr || in GetStepThroughTrampolinePlan() 217 strcmp(first_insn->GetMnemonic(&exe_ctx), "jmpl") != 0 || in GetStepThroughTrampolinePlan() 222 assert(first_insn->DoesBranch() && !second_insn->DoesBranch()); in GetStepThroughTrampolinePlan()
|
/external/llvm-project/lldb/source/API/ |
D | SBThreadPlan.cpp | 315 bool first_insn) { in QueueThreadPlanForStepOut() argument 318 frame_idx_to_step_to, first_insn); in QueueThreadPlanForStepOut() 322 QueueThreadPlanForStepOut(frame_idx_to_step_to, first_insn, error)); in QueueThreadPlanForStepOut() 327 bool first_insn, SBError &error) { in QueueThreadPlanForStepOut() argument 331 first_insn, error); in QueueThreadPlanForStepOut() 342 false, &sc, first_insn, false, eVoteYes, eVoteNoOpinion, in QueueThreadPlanForStepOut()
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | ThreadPlanStepOut.h | 21 bool first_insn, bool stop_others, Vote stop_vote, 78 bool abort_other_plans, SymbolContext *addr_context, bool first_insn,
|
D | Thread.h | 802 bool abort_other_plans, SymbolContext *addr_context, bool first_insn, 866 bool abort_other_plans, SymbolContext *addr_context, bool first_insn,
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBThreadPlan.h | 99 bool first_insn = false); 101 bool first_insn, SBError &error);
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 157 const bool first_insn = true; in ShouldStop() local 160 abort_other_plans, &sc, first_insn, m_stop_others, eVoteNoOpinion, in ShouldStop()
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBThreadPlan.i | 112 QueueThreadPlanForStepOut (uint32_t frame_idx_to_step_to, bool first_insn = false);
|
/external/llvm-project/lldb/source/Target/ |
D | Thread.cpp | 1323 bool abort_other_plans, SymbolContext *addr_context, bool first_insn, in QueueThreadPlanForStepOut() argument 1327 *this, addr_context, first_insn, stop_other_threads, stop_vote, run_vote, in QueueThreadPlanForStepOut() 1335 bool abort_other_plans, SymbolContext *addr_context, bool first_insn, in QueueThreadPlanForStepOutNoShouldStop() argument 1341 *this, addr_context, first_insn, stop_other_threads, stop_vote, run_vote, in QueueThreadPlanForStepOutNoShouldStop()
|
D | ThreadPlanStepOut.cpp | 35 Thread &thread, SymbolContext *context, bool first_insn, bool stop_others, in ThreadPlanStepOut() argument
|