Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/include/lldb/API/
HDSBThread.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-head/contrib/llvm-project/lldb/include/lldb/Target/
HDThreadPlanStepRange.h25 lldb::RunMode stop_others,
67 lldb::RunMode m_stop_others;
HDThread.h257 static std::string RunModeAsString(lldb::RunMode mode);
716 const SymbolContext &addr_context, lldb::RunMode stop_other_threads,
725 const SymbolContext &addr_context, lldb::RunMode stop_other_threads,
779 lldb::RunMode stop_other_threads, Status &status,
789 lldb::RunMode stop_other_threads, Status &status,
HDThreadPlanStepOverRange.h24 lldb::RunMode stop_others,
HDThreadPlanStepInRange.h25 const char *step_into_target, lldb::RunMode stop_others,
/freebsd-head/contrib/llvm-project/lldb/source/Target/
HDThreadPlanStepOverRange.cpp34 const SymbolContext &addr_context, lldb::RunMode stop_others, in ThreadPlanStepOverRange()
288 const RunMode stop_other_threads = RunMode::eAllThreads; in ShouldStop()
HDThread.cpp1255 const SymbolContext &addr_context, lldb::RunMode stop_other_threads, in QueueThreadPlanForStepOverRange()
1270 const SymbolContext &addr_context, lldb::RunMode stop_other_threads, in QueueThreadPlanForStepOverRange()
1283 lldb::RunMode stop_other_threads, Status &status, in QueueThreadPlanForStepInRange()
1298 lldb::RunMode stop_other_threads, Status &status, in QueueThreadPlanForStepInRange()
1723 std::string Thread::RunModeAsString(lldb::RunMode mode) { in RunModeAsString()
1930 const lldb::RunMode run_mode = eOnlyThisThread; in StepIn()
1964 const lldb::RunMode run_mode = eOnlyThisThread; in StepOver()
HDThreadPlanStepInRange.cpp38 lldb::RunMode stop_others, LazyBool step_in_avoids_code_without_debug_info, in ThreadPlanStepInRange()
HDThreadPlanStepRange.cpp36 lldb::RunMode stop_others, in ThreadPlanStepRange()
HDThreadPlanStepOut.cpp468 RunMode run_mode = in QueueInlinedStepPlan()
/freebsd-head/contrib/llvm-project/lldb/source/API/
HDSBThread.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-head/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectThread.cpp311 m_run_mode = (lldb::RunMode)OptionArgParser::ToOptionEnum( in SetOptionValue()
364 RunMode m_run_mode;
463 const lldb::RunMode stop_other_threads = m_options.m_run_mode; in DoExecute()
828 lldb::RunMode run_mode = (lldb::RunMode)OptionArgParser::ToOptionEnum( in SetOptionValue()
HDOptions.td1066 EnumArg<"RunMode">, Desc<"Determine how to run other "
1082 EnumArg<"RunMode">, Desc<"Determine how to run other "
/freebsd-head/contrib/llvm-project/lldb/include/lldb/
HDlldb-enumerations.h136 enum RunMode { eOnlyThisThread, eAllThreads, eOnlyDuringStepping }; enum
/freebsd-head/contrib/llvm-project/lldb/docs/
HDpython_api_enums.rst247 RunMode section in Enumerators
/freebsd-head/lib/clang/liblldb/
HDLLDBWrapLua.cpp61785 lldb::RunMode arg2 ; in _wrap_SBThread_StepOver__SWIG_0()
61795 arg2 = (lldb::RunMode)lua_tointeger(L, 2); in _wrap_SBThread_StepOver__SWIG_0()
61834 lldb::RunMode arg2 ; in _wrap_SBThread_StepOver__SWIG_2()
61846 arg2 = (lldb::RunMode)lua_tointeger(L, 2); in _wrap_SBThread_StepOver__SWIG_2()
61946 lldb::RunMode arg2 ; in _wrap_SBThread_StepInto__SWIG_0()
61956 arg2 = (lldb::RunMode)lua_tointeger(L, 2); in _wrap_SBThread_StepInto__SWIG_0()
61996 lldb::RunMode arg3 ; in _wrap_SBThread_StepInto__SWIG_2()
62008 arg3 = (lldb::RunMode)lua_tointeger(L, 3); in _wrap_SBThread_StepInto__SWIG_2()
62053 lldb::RunMode arg5 ; in _wrap_SBThread_StepInto__SWIG_4()
62073 arg5 = (lldb::RunMode)lua_tointeger(L, 5); in _wrap_SBThread_StepInto__SWIG_4()