Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:init_file

2408     FileSpec init_file;
2416 init_file.SetFile ("./.lldbinit", true);
2437 init_file.SetFile (program_init_file_name, true);
2438 if (!init_file.Exists())
2439 init_file.Clear();
2443 if (!init_file && !m_skip_lldbinit_files)
2444 init_file.SetFile (init_file_path, true);
2450 if (init_file.Exists())
2458 HandleCommandsFromFile (init_file, exe_ctx, stop_on_continue, stop_on_error, echo_commands, print_results, eLazyBoolNo, result);