Home
last modified time | relevance | path

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

/external/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
/external/lldb/include/lldb/Interpreter/
DCommandInterpreter.h186 bool stop_on_error,
217 bool stop_on_error,
/external/lldb/source/Commands/
DCommandObjectWatchpointCommand.cpp236 data_ap->stop_on_error = m_options.m_stop_on_error; in SetWatchpointCommandCallback()
367 data->stop_on_error, in WatchpointOptionsCallbackFunction()
DCommandObjectBreakpointCommand.cpp258 data_ap->stop_on_error = m_options.m_stop_on_error; in SetBreakpointCommandCallback()
390 data->stop_on_error, in BreakpointOptionsCallbackFunction()
DCommandObjectCommands.cpp388 …bool stop_on_error = m_options.m_stop_on_error.OptionWasSet() ? (bool)m_options.m_stop_on_error : … in DoExecute() local
393 stop_on_error, in DoExecute()
/external/lldb/source/Interpreter/
DCommandInterpreter.cpp2454 bool stop_on_error = false; in SourceInitFile() local
2458 …HandleCommandsFromFile (init_file, exe_ctx, stop_on_continue, stop_on_error, echo_commands, print_… in SourceInitFile()
2488 bool stop_on_error, in HandleCommands() argument
2551 if (stop_on_error) in HandleCommands()
2610 bool stop_on_error, in HandleCommandsFromFile() argument
2628 …HandleCommands (commands, context, stop_on_continue, stop_on_error, echo_command, print_result, ad… in HandleCommandsFromFile()
/external/lldb/examples/python/
Dprocess_events.py64 if options.stop_on_error:
/external/lldb/source/Target/
DTarget.cpp2149 bool stop_on_error = true; in RunStopHooks() local
2155 stop_on_error, in RunStopHooks()