Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDCommandInterpreter.h55 CommandInterpreterRunOptions (LazyBool stop_on_continue, in CommandInterpreterRunOptions() argument
61 m_stop_on_continue(stop_on_continue), in CommandInterpreterRunOptions()
98 SetStopOnContinue (bool stop_on_continue) in SetStopOnContinue() argument
100 m_stop_on_continue = stop_on_continue ? eLazyBoolYes : eLazyBoolNo; in SetStopOnContinue()
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBCommandInterpreter.cpp49 SBCommandInterpreterRunOptions::SetStopOnContinue (bool stop_on_continue) in SetStopOnContinue() argument
51 m_opaque_up->SetStopOnContinue(stop_on_continue); in SetStopOnContinue()