Lines Matching refs:abort_other_plans

1139                                bool abort_other_plans) {  in QueueThreadPlan()  argument
1149 if (abort_other_plans) in QueueThreadPlan()
1228 ThreadPlanSP Thread::QueueFundamentalPlan(bool abort_other_plans) { in QueueFundamentalPlan() argument
1230 QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueFundamentalPlan()
1235 bool step_over, bool abort_other_plans, bool stop_other_threads, in QueueThreadPlanForStepSingleInstruction() argument
1239 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepSingleInstruction()
1244 bool abort_other_plans, const AddressRange &range, in QueueThreadPlanForStepOverRange() argument
1252 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepOverRange()
1259 bool abort_other_plans, const LineEntry &line_entry, in QueueThreadPlanForStepOverRange() argument
1266 abort_other_plans, address_range, addr_context, stop_other_threads, in QueueThreadPlanForStepOverRange()
1271 bool abort_other_plans, const AddressRange &range, in QueueThreadPlanForStepInRange() argument
1286 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepInRange()
1292 bool abort_other_plans, const LineEntry &line_entry, in QueueThreadPlanForStepInRange() argument
1299 abort_other_plans, in QueueThreadPlanForStepInRange()
1307 bool abort_other_plans, SymbolContext *addr_context, bool first_insn, in QueueThreadPlanForStepOut() argument
1314 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepOut()
1319 bool abort_other_plans, SymbolContext *addr_context, bool first_insn, in QueueThreadPlanForStepOutNoShouldStop() argument
1332 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepOutNoShouldStop()
1337 bool abort_other_plans, in QueueThreadPlanForStepThrough() argument
1345 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepThrough()
1349 ThreadPlanSP Thread::QueueThreadPlanForRunToAddress(bool abort_other_plans, in QueueThreadPlanForRunToAddress() argument
1356 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForRunToAddress()
1361 bool abort_other_plans, lldb::addr_t *address_list, size_t num_addresses, in QueueThreadPlanForStepUntil() argument
1366 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepUntil()
1371 bool abort_other_plans, const char *class_name, in QueueThreadPlanForStepScripted() argument
1384 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepScripted()
1903 const bool abort_other_plans = false; in StepIn() local
1908 abort_other_plans, sc.line_entry, sc, nullptr, run_mode, error, in StepIn()
1913 false, abort_other_plans, run_mode, error); in StepIn()
1937 const bool abort_other_plans = false; in StepOver() local
1942 abort_other_plans, sc.line_entry, sc, run_mode, error, in StepOver()
1946 true, abort_other_plans, run_mode, error); in StepOver()
1967 const bool abort_other_plans = false; in StepOut() local
1970 abort_other_plans, nullptr, first_instruction, stop_other_threads, in StepOut()