Home
last modified time | relevance | path

Searched refs:stop_on_continue (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp52 void SBCommandInterpreterRunOptions::SetStopOnContinue(bool stop_on_continue) { in SetStopOnContinue() argument
53 LLDB_INSTRUMENT_VA(this, stop_on_continue); in SetStopOnContinue()
55 m_opaque_up->SetStopOnContinue(stop_on_continue); in SetStopOnContinue()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h93 CommandInterpreterRunOptions(LazyBool stop_on_continue, in CommandInterpreterRunOptions() argument
98 : m_stop_on_continue(stop_on_continue), m_stop_on_error(stop_on_error), in CommandInterpreterRunOptions()
121 void SetStopOnContinue(bool stop_on_continue) { in SetStopOnContinue() argument
122 m_stop_on_continue = stop_on_continue ? eLazyBoolYes : eLazyBoolNo; in SetStopOnContinue()