Home
last modified time | relevance | path

Searched refs:RunMode (Results 1 – 16 of 16) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h100 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 DThreadPlanStepRange.h25 lldb::RunMode stop_others,
67 lldb::RunMode m_stop_others;
H A DThread.h255 static std::string RunModeAsString(lldb::RunMode mode);
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,
H A DThreadPlanStepOverRange.h24 lldb::RunMode stop_others,
H A DThreadPlanStepInRange.h25 const char *step_into_target, lldb::RunMode stop_others,
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOverRange.cpp34 const SymbolContext &addr_context, lldb::RunMode stop_others, in ThreadPlanStepOverRange()
285 const RunMode stop_other_threads = RunMode::eAllThreads; in ShouldStop()
H A DThread.cpp1248 const SymbolContext &addr_context, lldb::RunMode stop_other_threads, in QueueThreadPlanForStepOverRange()
1263 const SymbolContext &addr_context, lldb::RunMode stop_other_threads, in QueueThreadPlanForStepOverRange()
1276 lldb::RunMode stop_other_threads, Status &status, in QueueThreadPlanForStepInRange()
1291 lldb::RunMode stop_other_threads, Status &status, in QueueThreadPlanForStepInRange()
1710 std::string Thread::RunModeAsString(lldb::RunMode mode) { in RunModeAsString()
1917 const lldb::RunMode run_mode = eOnlyThisThread; in StepIn()
1951 const lldb::RunMode run_mode = eOnlyThisThread; in StepOver()
H A DThreadPlanStepInRange.cpp38 lldb::RunMode stop_others, LazyBool step_in_avoids_code_without_debug_info, in ThreadPlanStepInRange()
H A DThreadPlanStepRange.cpp36 lldb::RunMode stop_others, in ThreadPlanStepRange()
H A DThreadPlanStepOut.cpp468 RunMode run_mode = in QueueInlinedStepPlan()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp524 void SBThread::StepOver(lldb::RunMode stop_other_threads) { in StepOver()
531 void SBThread::StepOver(lldb::RunMode stop_other_threads, SBError &error) { in StepOver()
563 void SBThread::StepInto(lldb::RunMode stop_other_threads) { in StepInto()
570 lldb::RunMode stop_other_threads) { in StepInto()
578 SBError &error, lldb::RunMode stop_other_threads) { in StepInto()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp302 m_run_mode = (lldb::RunMode)OptionArgParser::ToOptionEnum( in SetOptionValue()
355 RunMode m_run_mode;
469 const lldb::RunMode stop_other_threads = m_options.m_run_mode; in DoExecute()
854 lldb::RunMode run_mode = (lldb::RunMode)OptionArgParser::ToOptionEnum( in SetOptionValue()
H A DOptions.td1060 EnumArg<"RunMode">, Desc<"Determine how to run other "
1076 EnumArg<"RunMode">, Desc<"Determine how to run other "
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h136 enum RunMode { eOnlyThisThread, eAllThreads, eOnlyDuringStepping }; enum
/freebsd-14.2/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst247 RunMode section in Enumerators
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp58872 lldb::RunMode arg2 ; in _wrap_SBThread_StepOver__SWIG_0()
58882 arg2 = (lldb::RunMode)lua_tointeger(L, 2); in _wrap_SBThread_StepOver__SWIG_0()
58921 lldb::RunMode arg2 ; in _wrap_SBThread_StepOver__SWIG_2()
58933 arg2 = (lldb::RunMode)lua_tointeger(L, 2); in _wrap_SBThread_StepOver__SWIG_2()
59033 lldb::RunMode arg2 ; in _wrap_SBThread_StepInto__SWIG_0()
59043 arg2 = (lldb::RunMode)lua_tointeger(L, 2); in _wrap_SBThread_StepInto__SWIG_0()
59083 lldb::RunMode arg3 ; in _wrap_SBThread_StepInto__SWIG_2()
59095 arg3 = (lldb::RunMode)lua_tointeger(L, 3); in _wrap_SBThread_StepInto__SWIG_2()
59140 lldb::RunMode arg5 ; in _wrap_SBThread_StepInto__SWIG_4()
59160 arg5 = (lldb::RunMode)lua_tointeger(L, 5); in _wrap_SBThread_StepInto__SWIG_4()