Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Dmain.c164 get_init_files (char **system_gdbinit, in get_init_files() argument
246 *system_gdbinit = sysgdbinit; in get_init_files()
339 char *system_gdbinit; in captured_main() local
806 get_init_files (&system_gdbinit, &home_gdbinit, &local_gdbinit); in captured_main()
890 if (system_gdbinit && !inhibit_gdbinit) in captured_main()
891 catch_command_errors (source_script, system_gdbinit, 0, RETURN_MASK_ALL); in captured_main()
1073 char *system_gdbinit; in print_gdb_help() local
1077 get_init_files (&system_gdbinit, &home_gdbinit, &local_gdbinit); in print_gdb_help()
1147 if (system_gdbinit) in print_gdb_help()
1150 "), system_gdbinit); in print_gdb_help()