reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Commands/CommandObjectCommands.cpp
  298         options.SetStopOnContinue(
  302         options.SetStopOnError(m_options.m_stop_on_error.GetCurrentValue());
  306         options.SetSilent(true);
  308         options.SetPrintResults(true);
  309         options.SetPrintErrors(true);
  310         options.SetEchoCommands(m_interpreter.GetEchoCommands());
  311         options.SetEchoCommentCommands(m_interpreter.GetEchoCommentCommands());
  314       m_interpreter.HandleCommandsFromFile(cmd_file, exe_ctx, options, result);