Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h96 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 DSBThread.i201 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 DThreadPlanStepRange.h25 lldb::RunMode stop_others,
67 lldb::RunMode m_stop_others;
H A DThread.h257 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 DThreadPlanStepOverRange.h24 lldb::RunMode stop_others,
H A DThreadPlanStepInRange.h25 const char *step_into_target, lldb::RunMode stop_others,
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp534 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 DThreadPlanStepOverRange.cpp33 const SymbolContext &addr_context, lldb::RunMode stop_others, in ThreadPlanStepOverRange()
284 const RunMode stop_other_threads = RunMode::eAllThreads; in ShouldStop()
H A DThread.cpp1249 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 DThreadPlanStepInRange.cpp37 lldb::RunMode stop_others, LazyBool step_in_avoids_code_without_debug_info, in ThreadPlanStepInRange()
H A DThreadPlanStepOut.cpp467 RunMode run_mode = in QueueInlinedStepPlan()
H A DThreadPlanStepRange.cpp35 lldb::RunMode stop_others, in ThreadPlanStepRange()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp257 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 DOptions.td999 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 Dlldb-enumerations.h135 enum RunMode { eOnlyThisThread, eAllThreads, eOnlyDuringStepping }; enum
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst247 RunMode section in Enumerators
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp53867 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()