Home
last modified time | relevance | path

Searched defs:m_stop_on_error (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp364 bool m_stop_on_error; member in CommandObjectWatchpointCommandAdd::CommandOptions
H A DCommandObjectBreakpointCommand.cpp332 bool m_stop_on_error; member in CommandObjectBreakpointCommandAdd::CommandOptions
H A DCommandObjectCommands.cpp127 OptionValueBoolean m_stop_on_error; member in CommandObjectCommandsSource::CommandOptions
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h185 LazyBool m_stop_on_error = eLazyBoolCalculate; variable