Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp52 void SBCommandInterpreterRunOptions::SetStopOnContinue(bool stop_on_continue) { in SetStopOnContinue()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h99 CommandInterpreterRunOptions(LazyBool stop_on_continue, in CommandInterpreterRunOptions()
129 void SetStopOnContinue(bool stop_on_continue) { in SetStopOnContinue()