| /freebsd-13.1/contrib/llvm-project/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);
|
| /freebsd-13.1/contrib/llvm-project/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);
|
| /freebsd-13.1/contrib/llvm-project/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); 684 const SymbolContext &addr_context, lldb::RunMode stop_other_threads, 693 const SymbolContext &addr_context, lldb::RunMode stop_other_threads, 747 lldb::RunMode stop_other_threads, Status &status, 757 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,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBThread.cpp | 534 void SBThread::StepOver(lldb::RunMode stop_other_threads) { in StepOver() 535 LLDB_RECORD_METHOD(void, SBThread, StepOver, (lldb::RunMode), in StepOver() 542 void SBThread::StepOver(lldb::RunMode stop_other_threads, SBError &error) { in StepOver() 575 void SBThread::StepInto(lldb::RunMode stop_other_threads) { in StepInto() 576 LLDB_RECORD_METHOD(void, SBThread, StepInto, (lldb::RunMode), in StepInto() 583 lldb::RunMode stop_other_threads) { in StepInto() 1400 LLDB_REGISTER_METHOD(void, SBThread, StepOver, (lldb::RunMode)); in RegisterMethods() 1402 (lldb::RunMode, lldb::SBError &)); in RegisterMethods() 1403 LLDB_REGISTER_METHOD(void, SBThread, StepInto, (lldb::RunMode)); in RegisterMethods() 1405 (const char *, lldb::RunMode)); in RegisterMethods() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanStepOverRange.cpp | 33 const SymbolContext &addr_context, lldb::RunMode stop_others, in ThreadPlanStepOverRange() 284 const RunMode stop_other_threads = RunMode::eAllThreads; in ShouldStop()
|
| H A D | Thread.cpp | 1249 const SymbolContext &addr_context, lldb::RunMode stop_other_threads, in QueueThreadPlanForStepOverRange() 1264 const SymbolContext &addr_context, lldb::RunMode stop_other_threads, in QueueThreadPlanForStepOverRange() 1277 lldb::RunMode stop_other_threads, Status &status, in QueueThreadPlanForStepInRange() 1292 lldb::RunMode stop_other_threads, Status &status, in QueueThreadPlanForStepInRange() 1701 std::string Thread::RunModeAsString(lldb::RunMode mode) { in RunModeAsString() 1904 const lldb::RunMode run_mode = eOnlyThisThread; in StepIn() 1938 const lldb::RunMode run_mode = eOnlyThisThread; in StepOver()
|
| H A D | ThreadPlanStepInRange.cpp | 37 lldb::RunMode stop_others, LazyBool step_in_avoids_code_without_debug_info, in ThreadPlanStepInRange()
|
| H A D | ThreadPlanStepOut.cpp | 467 RunMode run_mode = in QueueInlinedStepPlan()
|
| H A D | ThreadPlanStepRange.cpp | 35 lldb::RunMode stop_others, in ThreadPlanStepRange()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectThread.cpp | 257 m_run_mode = (lldb::RunMode)OptionArgParser::ToOptionEnum( in SetOptionValue() 316 RunMode m_run_mode; 430 const lldb::RunMode stop_other_threads = m_options.m_run_mode; in DoExecute() 825 lldb::RunMode run_mode = (lldb::RunMode)OptionArgParser::ToOptionEnum( in SetOptionValue()
|
| H A D | Options.td | 999 EnumArg<"RunMode", "TriRunningModes()">, Desc<"Determine how to run other " 1015 EnumArg<"RunMode", "DuoRunningModes()">, Desc<"Determine how to run other "
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 135 enum RunMode { eOnlyThisThread, eAllThreads, eOnlyDuringStepping }; enum
|
| /freebsd-13.1/contrib/llvm-project/lldb/docs/ |
| H A D | python_api_enums.rst | 247 RunMode section in Enumerators
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 53867 lldb::RunMode arg2 ; in _wrap_SBThread_StepOver__SWIG_0() 53877 arg2 = (lldb::RunMode)(int)lua_tonumber(L, 2); in _wrap_SBThread_StepOver__SWIG_0() 53916 lldb::RunMode arg2 ; in _wrap_SBThread_StepOver__SWIG_2() 53928 arg2 = (lldb::RunMode)(int)lua_tonumber(L, 2); in _wrap_SBThread_StepOver__SWIG_2() 54028 lldb::RunMode arg2 ; in _wrap_SBThread_StepInto__SWIG_0() 54038 arg2 = (lldb::RunMode)(int)lua_tonumber(L, 2); in _wrap_SBThread_StepInto__SWIG_0() 54078 lldb::RunMode arg3 ; in _wrap_SBThread_StepInto__SWIG_2() 54090 arg3 = (lldb::RunMode)(int)lua_tonumber(L, 3); in _wrap_SBThread_StepInto__SWIG_2() 54135 lldb::RunMode arg5 ; in _wrap_SBThread_StepInto__SWIG_4() 54155 arg5 = (lldb::RunMode)(int)lua_tonumber(L, 5); in _wrap_SBThread_StepInto__SWIG_4()
|