Lines Matching refs:stop_other_threads
1238 bool step_over, bool abort_other_plans, bool stop_other_threads, in QueueThreadPlanForStepSingleInstruction() argument
1241 *this, step_over, stop_other_threads, eVoteNoOpinion, eVoteNoOpinion)); in QueueThreadPlanForStepSingleInstruction()
1248 const SymbolContext &addr_context, lldb::RunMode stop_other_threads, in QueueThreadPlanForStepOverRange() argument
1252 *this, range, addr_context, stop_other_threads, in QueueThreadPlanForStepOverRange()
1263 const SymbolContext &addr_context, lldb::RunMode stop_other_threads, in QueueThreadPlanForStepOverRange() argument
1269 abort_other_plans, address_range, addr_context, stop_other_threads, in QueueThreadPlanForStepOverRange()
1276 lldb::RunMode stop_other_threads, Status &status, in QueueThreadPlanForStepInRange() argument
1280 *this, range, addr_context, step_in_target, stop_other_threads, in QueueThreadPlanForStepInRange()
1291 lldb::RunMode stop_other_threads, Status &status, in QueueThreadPlanForStepInRange() argument
1298 addr_context, step_in_target, stop_other_threads, status, in QueueThreadPlanForStepInRange()
1305 bool stop_other_threads, Vote report_stop_vote, Vote report_run_vote, in QueueThreadPlanForStepOut() argument
1309 *this, addr_context, first_insn, stop_other_threads, report_stop_vote, in QueueThreadPlanForStepOut()
1318 bool stop_other_threads, Vote report_stop_vote, Vote report_run_vote, in QueueThreadPlanForStepOutNoShouldStop() argument
1323 *this, addr_context, first_insn, stop_other_threads, report_stop_vote, in QueueThreadPlanForStepOutNoShouldStop()
1337 bool stop_other_threads, in QueueThreadPlanForStepThrough() argument
1340 new ThreadPlanStepThrough(*this, return_stack_id, stop_other_threads)); in QueueThreadPlanForStepThrough()
1350 bool stop_other_threads, in QueueThreadPlanForRunToAddress() argument
1353 new ThreadPlanRunToAddress(*this, target_addr, stop_other_threads)); in QueueThreadPlanForRunToAddress()
1361 bool stop_other_threads, uint32_t frame_idx, Status &status) { in QueueThreadPlanForStepUntil() argument
1363 *this, address_list, num_addresses, stop_other_threads, frame_idx)); in QueueThreadPlanForStepUntil()
1371 StructuredData::ObjectSP extra_args_sp, bool stop_other_threads, in QueueThreadPlanForStepScripted() argument
1376 thread_plan_sp->SetStopOthers(stop_other_threads); in QueueThreadPlanForStepScripted()
1961 const bool stop_other_threads = false; in StepOut() local
1965 abort_other_plans, nullptr, first_instruction, stop_other_threads, in StepOut()