| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBThread.h | 96 void StepOver(lldb::RunMode stop_other_threads = lldb::eOnlyDuringStepping); 98 void StepOver(lldb::RunMode stop_other_threads, SBError &error); 100 void StepInto(lldb::RunMode stop_other_threads = lldb::eOnlyDuringStepping); 103 lldb::RunMode stop_other_threads = lldb::eOnlyDuringStepping); 106 lldb::RunMode stop_other_threads = lldb::eOnlyDuringStepping);
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBThread.i | 201 StepOver (lldb::RunMode stop_other_threads = lldb::eOnlyDuringStepping); 206 StepOver (lldb::RunMode stop_other_threads, SBError &error); 209 StepInto (lldb::RunMode stop_other_threads = lldb::eOnlyDuringStepping); 212 … StepInto (const char *target_name, lldb::RunMode stop_other_threads = lldb::eOnlyDuringStepping); 222 lldb::RunMode stop_other_threads = lldb::eOnlyDuringStepping);
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | ThreadPlanStepRange.h | 25 lldb::RunMode stop_others, 67 lldb::RunMode m_stop_others;
|
| H A D | Thread.h | 257 static std::string RunModeAsString(lldb::RunMode mode); 687 const SymbolContext &addr_context, lldb::RunMode stop_other_threads, 696 const SymbolContext &addr_context, lldb::RunMode stop_other_threads, 750 lldb::RunMode stop_other_threads, Status &status, 760 lldb::RunMode stop_other_threads, Status &status,
|
| H A D | ThreadPlanStepOverRange.h | 24 lldb::RunMode stop_others,
|
| H A D | ThreadPlanStepInRange.h | 25 const char *step_into_target, lldb::RunMode stop_others,
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | ThreadPlanStepOverRange.cpp | 34 const SymbolContext &addr_context, lldb::RunMode stop_others, in ThreadPlanStepOverRange() 285 const RunMode stop_other_threads = RunMode::eAllThreads; in ShouldStop()
|
| H A D | Thread.cpp | 1271 const SymbolContext &addr_context, lldb::RunMode stop_other_threads, in QueueThreadPlanForStepOverRange() 1286 const SymbolContext &addr_context, lldb::RunMode stop_other_threads, in QueueThreadPlanForStepOverRange() 1299 lldb::RunMode stop_other_threads, Status &status, in QueueThreadPlanForStepInRange() 1314 lldb::RunMode stop_other_threads, Status &status, in QueueThreadPlanForStepInRange() 1721 std::string Thread::RunModeAsString(lldb::RunMode mode) { in RunModeAsString() 1924 const lldb::RunMode run_mode = eOnlyThisThread; in StepIn() 1958 const lldb::RunMode run_mode = eOnlyThisThread; in StepOver()
|
| H A D | ThreadPlanStepInRange.cpp | 38 lldb::RunMode stop_others, LazyBool step_in_avoids_code_without_debug_info, in ThreadPlanStepInRange()
|
| H A D | ThreadPlanStepRange.cpp | 36 lldb::RunMode stop_others, in ThreadPlanStepRange()
|
| H A D | ThreadPlanStepOut.cpp | 468 RunMode run_mode = in QueueInlinedStepPlan()
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBThread.cpp | 526 void SBThread::StepOver(lldb::RunMode stop_other_threads) { in StepOver() 533 void SBThread::StepOver(lldb::RunMode stop_other_threads, SBError &error) { in StepOver() 565 void SBThread::StepInto(lldb::RunMode stop_other_threads) { in StepInto() 572 lldb::RunMode stop_other_threads) { in StepInto() 580 SBError &error, lldb::RunMode stop_other_threads) { in StepInto()
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectThread.cpp | 299 m_run_mode = (lldb::RunMode)OptionArgParser::ToOptionEnum( in SetOptionValue() 352 RunMode m_run_mode; 466 const lldb::RunMode stop_other_threads = m_options.m_run_mode; in DoExecute() 853 lldb::RunMode run_mode = (lldb::RunMode)OptionArgParser::ToOptionEnum( in SetOptionValue()
|
| H A D | Options.td | 1041 EnumArg<"RunMode">, Desc<"Determine how to run other " 1057 EnumArg<"RunMode">, Desc<"Determine how to run other "
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 136 enum RunMode { eOnlyThisThread, eAllThreads, eOnlyDuringStepping }; enum
|
| /openbsd-src/gnu/llvm/lldb/docs/ |
| H A D | python_api_enums.rst | 247 RunMode section in Enumerators
|