Home
last modified time | relevance | path

Searched refs:stop_on_error (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
DWatchpointOptions.h205 stop_on_error(true) in CommandData()
215 bool stop_on_error; member
DBreakpointOptions.h303 stop_on_error(true) in CommandData()
313 bool stop_on_error; member
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/
DCommandInterpreter.h188 bool stop_on_error,
219 LazyBool stop_on_error,
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
DCommandObjectWatchpointCommand.cpp245 data_ap->stop_on_error = m_options.m_stop_on_error; in SetWatchpointCommandCallback()
289 data->stop_on_error, in WatchpointOptionsCallbackFunction()
DCommandObjectBreakpointCommand.cpp267 data_ap->stop_on_error = m_options.m_stop_on_error; in SetBreakpointCommandCallback()
312 data->stop_on_error, in BreakpointOptionsCallbackFunction()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
DCommandInterpreter.cpp2432 bool stop_on_error, in HandleCommands() argument
2495 if (stop_on_error) in HandleCommands()
2562 LazyBool stop_on_error, in HandleCommandsFromFile() argument
2598 if (stop_on_error == eLazyBoolCalculate) in HandleCommandsFromFile()
2610 else if (stop_on_error == eLazyBoolYes) in HandleCommandsFromFile()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DTarget.cpp2170 bool stop_on_error = true; in RunStopHooks() local
2176 stop_on_error, in RunStopHooks()