Searched defs:m_stop_on_error (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/source/Commands/ | ||
H A D | CommandObjectWatchpointCommand.cpp | 364 bool m_stop_on_error; global() member in CommandObjectWatchpointCommandAdd::CommandOptions |
H A D | CommandObjectBreakpointCommand.cpp | 332 bool m_stop_on_error; global() member in CommandObjectBreakpointCommandAdd::CommandOptions |
H A D | CommandObjectCommands.cpp | 126 OptionValueBoolean m_stop_on_error; global() member in CommandObjectCommandsSource::CommandOptions |
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/ | ||
H A D | CommandInterpreter.h | 185 LazyBool m_stop_on_error = eLazyBoolCalculate; global() variable |