Home
last modified time | relevance | path

Searched refs:batch_mode (Results 1 – 14 of 14) sorted by relevance

/external/lldb/source/Commands/
DCommandObjectCommands.cpp1090 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in InputReaderCallback() local
1095 if (!batch_mode) in InputReaderCallback()
1122 if (!batch_mode) in InputReaderCallback()
1137 if (!batch_mode) in InputReaderCallback()
1653 bool batch_mode = data.GetBatchMode(); in ActivateHandler() local
1654 if (!batch_mode) in ActivateHandler()
1666 bool batch_mode = data.GetBatchMode(); in ReactivateHandler() local
1667 if (data.reader.GetPrompt() && !batch_mode) in ReactivateHandler()
1676 bool batch_mode = data.GetBatchMode(); in GotTokenHandler() local
1681 if (!data.reader.IsDone() && data.reader.GetPrompt() && !batch_mode) in GotTokenHandler()
[all …]
DCommandObjectWatchpointCommand.cpp252 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in GenerateWatchpointCommandCallback() local
257 if (!batch_mode) in GenerateWatchpointCommandCallback()
270 if (reader.GetPrompt() && !batch_mode) in GenerateWatchpointCommandCallback()
291 if (!reader.IsDone() && reader.GetPrompt() && !batch_mode) in GenerateWatchpointCommandCallback()
312 if (!batch_mode) in GenerateWatchpointCommandCallback()
DCommandObjectBreakpointCommand.cpp274 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in GenerateBreakpointCommandCallback() local
279 if (!batch_mode) in GenerateBreakpointCommandCallback()
292 if (reader.GetPrompt() && !batch_mode) in GenerateBreakpointCommandCallback()
313 if (!reader.IsDone() && reader.GetPrompt() && !batch_mode) in GenerateBreakpointCommandCallback()
334 if (!batch_mode) in GenerateBreakpointCommandCallback()
DCommandObjectExpression.cpp238 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in MultiLineExpressionCallback() local
243 if (!batch_mode) in MultiLineExpressionCallback()
276 if (!batch_mode) in MultiLineExpressionCallback()
DCommandObjectType.cpp768 bool batch_mode = data.reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in ActivateHandler() local
769 if (!batch_mode) in ActivateHandler()
781 bool batch_mode = data.reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in ReactivateHandler() local
782 if (data.reader.GetPrompt() && !batch_mode) in ReactivateHandler()
791 bool batch_mode = data.reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in GotTokenHandler() local
796 if (!data.reader.IsDone() && data.reader.GetPrompt() && !batch_mode) in GotTokenHandler()
805 bool batch_mode = data.reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in InterruptHandler() local
807 if (!batch_mode) in InterruptHandler()
3318 bool batch_mode = data.GetBatchMode(); in ActivateHandler() local
3319 if (!batch_mode) in ActivateHandler()
[all …]
DCommandObjectTarget.cpp4864 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in ReadCommandsCallbackFunction() local
4869 if (!batch_mode) in ReadCommandsCallbackFunction()
4883 if (reader.GetPrompt() && !batch_mode) in ReadCommandsCallbackFunction()
4903 if (!reader.IsDone() && reader.GetPrompt() && !batch_mode) in ReadCommandsCallbackFunction()
4914 if (!batch_mode) in ReadCommandsCallbackFunction()
4930 if (!got_interrupted && !batch_mode) in ReadCommandsCallbackFunction()
/external/lldb/source/Interpreter/
DScriptInterpreterPython.cpp876 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in InputReaderCallback() local
877 if (!batch_mode) in InputReaderCallback()
1302 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in GenerateBreakpointOptionsCommandCallback() local
1304 if (!batch_mode) in GenerateBreakpointOptionsCommandCallback()
1320 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in GenerateBreakpointOptionsCommandCallback() local
1321 if (reader.GetPrompt() && !batch_mode) in GenerateBreakpointOptionsCommandCallback()
1335 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in GenerateBreakpointOptionsCommandCallback() local
1338 if (!reader.IsDone() && reader.GetPrompt() && !batch_mode) in GenerateBreakpointOptionsCommandCallback()
1359 bool batch_mode = notification == eInputReaderDone ? in GenerateBreakpointOptionsCommandCallback() local
1376 else if (!batch_mode) in GenerateBreakpointOptionsCommandCallback()
[all …]
/external/openssh/
Dsshconnect1.c273 if (private == NULL && !options.batch_mode && perm_ok) { in try_rsa_authentication()
297 if (!options.batch_mode && perm_ok) in try_rsa_authentication()
749 options.challenge_response_authentication && !options.batch_mode) { in ssh_userauth1()
755 options.password_authentication && !options.batch_mode) { in ssh_userauth1()
Dreadconf.h53 int batch_mode; /* Batch mode: do not ask for passwords. */ member
Dreadconf.c900 intptr = &options->batch_mode; in process_config_line()
1610 options->batch_mode = -1; in initialize_options()
1741 if (options->batch_mode == -1) in fill_default_options()
1742 options->batch_mode = 0; in fill_default_options()
2248 dump_cfg_fmtint(oBatchMode, o->batch_mode); in dump_client_config()
Dsshconnect2.c351 &options.batch_mode},
356 &options.batch_mode},
1158 if (options.batch_mode) { in load_identity_file()
Dsshconnect.c691 if (options.batch_mode) in confirm()
Dssh.c1962 (pkcs11_init(!options.batch_mode) == 0) && in load_public_identity_files()
Dclientloop.c2329 options.batch_mode) in client_input_hostkeys()