| /freebsd/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/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | ThreadPlanStepOverRange.h | 26 lldb::RunMode stop_others, 51 lldb::RunMode m_run_mode;
|
| H A D | ThreadPlanStepRange.h | 25 lldb::RunMode stop_others, 74 lldb::RunMode m_stop_others;
|
| H A D | Thread.h | 262 static std::string RunModeAsString(lldb::RunMode mode); 766 const SymbolContext &addr_context, lldb::RunMode stop_other_threads, 775 const SymbolContext &addr_context, lldb::RunMode stop_other_threads, 829 lldb::RunMode stop_other_threads, Status &status, 839 lldb::RunMode stop_other_threads, Status &status,
|
| H A D | ThreadPlanStepInRange.h | 25 const char *step_into_target, lldb::RunMode stop_others,
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanStepOverRange.cpp | 36 const SymbolContext &addr_context, lldb::RunMode stop_others, in ThreadPlanStepOverRange() 136 m_stop_others = RunMode::eAllThreads; in SetStopOthers() 303 const RunMode stop_other_threads = RunMode::eAllThreads; in ShouldStop()
|
| H A D | Thread.cpp | 1288 const SymbolContext &addr_context, lldb::RunMode stop_other_threads, in QueueThreadPlanForStepOverRange() 1303 const SymbolContext &addr_context, lldb::RunMode stop_other_threads, in QueueThreadPlanForStepOverRange() 1316 lldb::RunMode stop_other_threads, Status &status, in QueueThreadPlanForStepInRange() 1331 lldb::RunMode stop_other_threads, Status &status, in QueueThreadPlanForStepInRange() 1768 std::string Thread::RunModeAsString(lldb::RunMode mode) { in RunModeAsString() 1978 const lldb::RunMode run_mode = eOnlyThisThread; in StepIn() 2012 const lldb::RunMode run_mode = eOnlyThisThread; in StepOver()
|
| H A D | ThreadPlanStepInRange.cpp | 39 lldb::RunMode stop_others, LazyBool step_in_avoids_code_without_debug_info, in ThreadPlanStepInRange()
|
| H A D | ThreadPlanStepOut.cpp | 511 RunMode run_mode = in QueueInlinedStepPlan()
|
| H A D | ThreadPlanStepRange.cpp | 36 lldb::RunMode stop_others, in ThreadPlanStepRange()
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBThread.cpp | 532 void SBThread::StepOver(lldb::RunMode stop_other_threads) { in StepOver() 539 void SBThread::StepOver(lldb::RunMode stop_other_threads, SBError &error) { in StepOver() 571 void SBThread::StepInto(lldb::RunMode stop_other_threads) { in StepInto() 578 lldb::RunMode stop_other_threads) { in StepInto() 586 SBError &error, lldb::RunMode stop_other_threads) { in StepInto()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectThread.cpp | 319 m_run_mode = (lldb::RunMode)OptionArgParser::ToOptionEnum( in SetOptionValue() 372 RunMode m_run_mode; 469 const lldb::RunMode stop_other_threads = m_options.m_run_mode; in DoExecute() 833 lldb::RunMode run_mode = (lldb::RunMode)OptionArgParser::ToOptionEnum( in SetOptionValue()
|
| H A D | Options.td | 1109 EnumArg<"RunMode">, Desc<"Determine how to run other " 1125 EnumArg<"RunMode">, Desc<"Determine how to run other "
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 136 enum RunMode { eOnlyThisThread, eAllThreads, eOnlyDuringStepping }; enum
|
| /freebsd/contrib/llvm-project/lldb/docs/ |
| H A D | python_api_enums.rst | 247 RunMode section in Enumerators 245 .. _RunMode: global() target 254 ByteOrderRunMode global() argument
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 63015 lldb::RunMode arg2 ; in _wrap_SBThread_StepOver__SWIG_0() 63025 arg2 = (lldb::RunMode)lua_tointeger(L, 2); in _wrap_SBThread_StepOver__SWIG_0() 63064 lldb::RunMode arg2 ; in _wrap_SBThread_StepOver__SWIG_2() 63076 arg2 = (lldb::RunMode)lua_tointeger(L, 2); in _wrap_SBThread_StepOver__SWIG_2() 63176 lldb::RunMode arg2 ; in _wrap_SBThread_StepInto__SWIG_0() 63186 arg2 = (lldb::RunMode)lua_tointeger(L, 2); in _wrap_SBThread_StepInto__SWIG_0() 63226 lldb::RunMode arg3 ; in _wrap_SBThread_StepInto__SWIG_2() 63238 arg3 = (lldb::RunMode)lua_tointeger(L, 3); in _wrap_SBThread_StepInto__SWIG_2() 63283 lldb::RunMode arg5 ; in _wrap_SBThread_StepInto__SWIG_4() 63303 arg5 = (lldb::RunMode)lua_tointeger(L, 5); in _wrap_SBThread_StepInto__SWIG_4()
|