Searched refs:stop_on_error (Results 1 – 9 of 9) sorted by relevance
/external/lldb/include/lldb/Breakpoint/ |
D | WatchpointOptions.h | 205 stop_on_error(true) in CommandData() 215 bool stop_on_error; member
|
D | BreakpointOptions.h | 303 stop_on_error(true) in CommandData() 313 bool stop_on_error; member
|
/external/lldb/include/lldb/Interpreter/ |
D | CommandInterpreter.h | 186 bool stop_on_error, 217 bool stop_on_error,
|
/external/lldb/source/Commands/ |
D | CommandObjectWatchpointCommand.cpp | 236 data_ap->stop_on_error = m_options.m_stop_on_error; in SetWatchpointCommandCallback() 367 data->stop_on_error, in WatchpointOptionsCallbackFunction()
|
D | CommandObjectBreakpointCommand.cpp | 258 data_ap->stop_on_error = m_options.m_stop_on_error; in SetBreakpointCommandCallback() 390 data->stop_on_error, in BreakpointOptionsCallbackFunction()
|
D | CommandObjectCommands.cpp | 388 …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/ |
D | CommandInterpreter.cpp | 2454 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/ |
D | process_events.py | 64 if options.stop_on_error:
|
/external/lldb/source/Target/ |
D | Target.cpp | 2149 bool stop_on_error = true; in RunStopHooks() local 2155 stop_on_error, in RunStopHooks()
|