Home
last modified time | relevance | path

Searched refs:stop_on_continue (Results 1 – 5 of 5) sorted by relevance

/external/lldb/include/lldb/Interpreter/
DCommandInterpreter.h185 bool stop_on_continue,
216 bool stop_on_continue,
/external/lldb/source/Commands/
DCommandObjectWatchpointCommand.cpp360 bool stop_on_continue = true; in WatchpointOptionsCallbackFunction() local
366 stop_on_continue, in WatchpointOptionsCallbackFunction()
DCommandObjectBreakpointCommand.cpp383 bool stop_on_continue = true; in BreakpointOptionsCallbackFunction() local
389 stop_on_continue, in BreakpointOptionsCallbackFunction()
/external/lldb/source/Interpreter/
DCommandInterpreter.cpp2453 bool stop_on_continue = true; in SourceInitFile() local
2458 …HandleCommandsFromFile (init_file, exe_ctx, stop_on_continue, stop_on_error, echo_commands, print_… in SourceInitFile()
2487 bool stop_on_continue, in HandleCommands() argument
2507 if (!stop_on_continue) in HandleCommands()
2580 if (stop_on_continue) in HandleCommands()
2609 bool stop_on_continue, in HandleCommandsFromFile() argument
2628 …HandleCommands (commands, context, stop_on_continue, stop_on_error, echo_command, print_result, ad… in HandleCommandsFromFile()
/external/lldb/source/Target/
DTarget.cpp2148 bool stop_on_continue = true; in RunStopHooks() local
2154 stop_on_continue, in RunStopHooks()