Lines Matching refs:abort_other_plans
1155 bool abort_other_plans) { in QueueThreadPlan() argument
1165 if (abort_other_plans) in QueueThreadPlan()
1244 ThreadPlanSP Thread::QueueFundamentalPlan(bool abort_other_plans) { in QueueFundamentalPlan() argument
1246 QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueFundamentalPlan()
1251 bool step_over, bool abort_other_plans, bool stop_other_threads, in QueueThreadPlanForStepSingleInstruction() argument
1255 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepSingleInstruction()
1260 bool abort_other_plans, const AddressRange &range, in QueueThreadPlanForStepOverRange() argument
1268 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepOverRange()
1275 bool abort_other_plans, const LineEntry &line_entry, in QueueThreadPlanForStepOverRange() argument
1282 abort_other_plans, address_range, addr_context, stop_other_threads, in QueueThreadPlanForStepOverRange()
1287 bool abort_other_plans, const AddressRange &range, in QueueThreadPlanForStepInRange() argument
1302 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepInRange()
1308 bool abort_other_plans, const LineEntry &line_entry, in QueueThreadPlanForStepInRange() argument
1315 abort_other_plans, in QueueThreadPlanForStepInRange()
1323 bool abort_other_plans, SymbolContext *addr_context, bool first_insn, in QueueThreadPlanForStepOut() argument
1330 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepOut()
1335 bool abort_other_plans, SymbolContext *addr_context, bool first_insn, in QueueThreadPlanForStepOutNoShouldStop() argument
1348 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepOutNoShouldStop()
1353 bool abort_other_plans, in QueueThreadPlanForStepThrough() argument
1361 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepThrough()
1365 ThreadPlanSP Thread::QueueThreadPlanForRunToAddress(bool abort_other_plans, in QueueThreadPlanForRunToAddress() argument
1372 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForRunToAddress()
1377 bool abort_other_plans, lldb::addr_t *address_list, size_t num_addresses, in QueueThreadPlanForStepUntil() argument
1382 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepUntil()
1387 bool abort_other_plans, const char *class_name, in QueueThreadPlanForStepScripted() argument
1400 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepScripted()
1913 const bool abort_other_plans = false; in StepIn() local
1918 abort_other_plans, sc.line_entry, sc, nullptr, run_mode, error, in StepIn()
1923 false, abort_other_plans, run_mode, error); in StepIn()
1947 const bool abort_other_plans = false; in StepOver() local
1952 abort_other_plans, sc.line_entry, sc, run_mode, error, in StepOver()
1956 true, abort_other_plans, run_mode, error); in StepOver()
1977 const bool abort_other_plans = false; in StepOut() local
1980 abort_other_plans, nullptr, first_instruction, stop_other_threads, in StepOut()