Home
last modified time | relevance | path

Searched refs:first_insn (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
DDynamicLoaderWindowsDYLD.cpp212 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/
DSBThreadPlan.cpp315 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/
DThreadPlanStepOut.h21 bool first_insn, bool stop_others, Vote stop_vote,
78 bool abort_other_plans, SymbolContext *addr_context, bool first_insn,
DThread.h802 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/
DSBThreadPlan.h99 bool first_insn = false);
101 bool first_insn, SBError &error);
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.cpp157 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/
DSBThreadPlan.i112 QueueThreadPlanForStepOut (uint32_t frame_idx_to_step_to, bool first_insn = false);
/external/llvm-project/lldb/source/Target/
DThread.cpp1323 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()
DThreadPlanStepOut.cpp35 Thread &thread, SymbolContext *context, bool first_insn, bool stop_others, in ThreadPlanStepOut() argument