Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandInterpreter.h64 CommandInterpreterRunOptions(LazyBool stop_on_continue, in CommandInterpreterRunOptions() argument
69 : m_stop_on_continue(stop_on_continue), m_stop_on_error(stop_on_error), in CommandInterpreterRunOptions()
99 void SetStopOnContinue(bool stop_on_continue) { in SetStopOnContinue() argument
100 m_stop_on_continue = stop_on_continue ? eLazyBoolYes : eLazyBoolNo; in SetStopOnContinue()
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBCommandInterpreter.cpp49 void SBCommandInterpreterRunOptions::SetStopOnContinue(bool stop_on_continue) { in SetStopOnContinue() argument
51 (bool), stop_on_continue); in SetStopOnContinue()
53 m_opaque_up->SetStopOnContinue(stop_on_continue); in SetStopOnContinue()