Home
last modified time | relevance | path

Searched refs:eOnlyDuringStepping (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h100 void StepOver(lldb::RunMode stop_other_threads = lldb::eOnlyDuringStepping);
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/source/Target/
H A DThreadPlanShouldStopHere.cpp131 false, range, sc, nullptr, eOnlyDuringStepping, status, in DefaultStepFromHereCallback()
H A DThreadPlanStepRange.cpp244 case lldb::eOnlyDuringStepping: in StopOthers()
H A DThread.cpp1729 case eOnlyDuringStepping: in RunModeAsString()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp312 option_arg, enum_values, eOnlyDuringStepping, error); in SetOptionValue()
344 m_run_mode = eOnlyDuringStepping; in OptionParsingStarting()
470 else if (m_options.m_run_mode == eOnlyDuringStepping) in DoExecute()
829 option_arg, enum_values, eOnlyDuringStepping, error); in SetOptionValue()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandOptionArgumentTable.h153 {lldb::eOnlyDuringStepping, "while-stepping",
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h136 enum RunMode { eOnlyThisThread, eAllThreads, eOnlyDuringStepping }; enumerator
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst251 .. py:data:: eOnlyDuringStepping
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81121 {SWIG_LUA_CONSTTAB_INT("eOnlyDuringStepping", (lldb::eOnlyDuringStepping))},