| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBThread.cpp | 524 void SBThread::StepOver(lldb::RunMode stop_other_threads) { in StepOver() argument 525 LLDB_INSTRUMENT_VA(this, stop_other_threads); in StepOver() 528 StepOver(stop_other_threads, error); in StepOver() 532 LLDB_INSTRUMENT_VA(this, stop_other_threads, error); in StepOver() 563 void SBThread::StepInto(lldb::RunMode stop_other_threads) { in StepInto() argument 564 LLDB_INSTRUMENT_VA(this, stop_other_threads); in StepInto() 566 StepInto(nullptr, stop_other_threads); in StepInto() 644 bool stop_other_threads = false; in StepOut() local 686 bool stop_other_threads = false; in StepOutOfFrame() local 752 bool stop_other_threads = true; in RunToAddress() local [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBThread.h | 100 void StepOver(lldb::RunMode stop_other_threads = lldb::eOnlyDuringStepping); 102 void StepOver(lldb::RunMode stop_other_threads, SBError &error); 104 void StepInto(lldb::RunMode stop_other_threads = lldb::eOnlyDuringStepping); 107 lldb::RunMode stop_other_threads = lldb::eOnlyDuringStepping); 110 lldb::RunMode stop_other_threads = lldb::eOnlyDuringStepping);
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Thread.h | 664 bool step_over, bool abort_other_plans, bool stop_other_threads, 707 const SymbolContext &addr_context, lldb::RunMode stop_other_threads, 716 const SymbolContext &addr_context, lldb::RunMode stop_other_threads, 770 lldb::RunMode stop_other_threads, Status &status, 780 lldb::RunMode stop_other_threads, Status &status, 826 bool stop_other_threads, Vote report_stop_vote, Vote report_run_vote, 890 bool stop_other_threads, Vote report_stop_vote, Vote report_run_vote, 917 bool abort_other_plans, bool stop_other_threads, 943 bool stop_other_threads, Status &status); 952 bool stop_other_threads, Status &status);
|
| H A D | ThreadPlanStepInstruction.h | 41 bool step_over, bool abort_other_plans, bool stop_other_threads,
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | Thread.cpp | 1238 bool step_over, bool abort_other_plans, bool stop_other_threads, in QueueThreadPlanForStepSingleInstruction() argument 1248 const SymbolContext &addr_context, lldb::RunMode stop_other_threads, in QueueThreadPlanForStepOverRange() argument 1252 *this, 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() 1361 bool stop_other_threads, uint32_t frame_idx, Status &status) { in QueueThreadPlanForStepUntil() argument 1371 StructuredData::ObjectSP extra_args_sp, bool stop_other_threads, in QueueThreadPlanForStepScripted() argument 1376 thread_plan_sp->SetStopOthers(stop_other_threads); in QueueThreadPlanForStepScripted() [all …]
|
| H A D | ThreadPlanStepInstruction.cpp | 25 bool stop_other_threads, in ThreadPlanStepInstruction() argument 31 m_instruction_addr(0), m_stop_other_threads(stop_other_threads), in ThreadPlanStepInstruction()
|
| H A D | ThreadPlanStepOverRange.cpp | 285 const RunMode stop_other_threads = RunMode::eAllThreads; in ShouldStop() local 295 abort_other_plans, step_range, sc, stop_other_threads, in ShouldStop()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectThread.cpp | 469 const lldb::RunMode stop_other_threads = m_options.m_run_mode; in DoExecute() local 528 m_options.m_step_in_target.c_str(), stop_other_threads, in DoExecute() 548 stop_other_threads, new_plan_status, in DoExecute()
|