Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h94 CommandInterpreterRunOptions(LazyBool stop_on_continue, in CommandInterpreterRunOptions()
122 void SetStopOnContinue(bool stop_on_continue) { in SetStopOnContinue()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp52 void SBCommandInterpreterRunOptions::SetStopOnContinue(bool stop_on_continue) { in SetStopOnContinue()