/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBThreadPlan.cpp | 294 bool first_insn) { in QueueThreadPlanForStepOut() 295 LLDB_INSTRUMENT_VA(this, frame_idx_to_step_to, first_insn); in QueueThreadPlanForStepOut() argument 298 return QueueThreadPlanForStepOut(frame_idx_to_step_to, first_insn, error); in QueueThreadPlanForStepOut() 303 bool first_insn, SBError &error) { in QueueThreadPlanForStepOut() 304 LLDB_INSTRUMENT_VA(this, frame_idx_to_step_to, first_insn, error); in QueueThreadPlanForStepOut() argument 315 false, &sc, first_insn, false, eVoteYes, eVoteNoOpinion, in QueueThreadPlanForStepOut()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/ |
H A D | DynamicLoaderWindowsDYLD.cpp | 202 auto first_insn = insn_list->GetInstructionAtIndex(0); in GetStepThroughTrampolinePlan() local 206 if (first_insn == nullptr || second_insn == nullptr || in GetStepThroughTrampolinePlan() 207 strcmp(first_insn->GetMnemonic(&exe_ctx), "jmpl") != 0 || in GetStepThroughTrampolinePlan() 212 assert(first_insn->DoesBranch() && !second_insn->DoesBranch()); in GetStepThroughTrampolinePlan()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | ThreadPlanStepOut.h | 21 bool first_insn, bool stop_others, Vote report_stop_vote, 78 bool abort_other_plans, SymbolContext *addr_context, bool first_insn,
|
H A D | Thread.h | 834 bool abort_other_plans, SymbolContext *addr_context, bool first_insn, 898 bool abort_other_plans, SymbolContext *addr_context, bool first_insn,
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBThreadPlan.h | 104 bool first_insn = false); 106 bool first_insn, SBError &error);
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 164 const bool first_insn = true; in ShouldStop() local 167 abort_other_plans, &sc, first_insn, false, eVoteNoOpinion, in ShouldStop()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Thread.cpp | 1311 bool abort_other_plans, SymbolContext *addr_context, bool first_insn, in QueueThreadPlanForStepOut() argument 1316 *this, addr_context, first_insn, stop_other_threads, report_stop_vote, in QueueThreadPlanForStepOut() 1324 bool abort_other_plans, SymbolContext *addr_context, bool first_insn, in QueueThreadPlanForStepOutNoShouldStop() argument 1330 *this, addr_context, first_insn, stop_other_threads, report_stop_vote, in QueueThreadPlanForStepOutNoShouldStop()
|
H A D | ThreadPlanStepOut.cpp | 36 Thread &thread, SymbolContext *context, bool first_insn, bool stop_others, in ThreadPlanStepOut() argument 99 // FIXME - can we do this more securely if we know first_insn? in ThreadPlanStepOut()
|