Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Dmain.c182 char *relocated_sysgdbinit; in get_init_files() local
198 relocated_sysgdbinit = concat (gdb_datadir, SLASH_STRING, p, in get_init_files()
204 relocated_sysgdbinit = relocate_path (gdb_program_name, in get_init_files()
208 if (relocated_sysgdbinit && stat (relocated_sysgdbinit, &s) == 0) in get_init_files()
209 sysgdbinit = relocated_sysgdbinit; in get_init_files()
211 xfree (relocated_sysgdbinit); in get_init_files()