Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp52 void SBCommandInterpreterRunOptions::SetStopOnContinue(bool stop_on_continue) { in SetStopOnContinue() argument
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h94 CommandInterpreterRunOptions(LazyBool stop_on_continue,LazyBool stop_on_error,LazyBool stop_on_crash,LazyBool echo_commands,LazyBool echo_comments,LazyBool print_results,LazyBool print_errors,LazyBool add_to_history) CommandInterpreterRunOptions() argument
122 SetStopOnContinue(bool stop_on_continue) SetStopOnContinue() argument