Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Dsolib.c179 gdb_sysroot_is_empty = (gdb_sysroot == NULL || *gdb_sysroot == 0); in solib_find()
183 int prefix_len = strlen (gdb_sysroot); in solib_find()
187 && IS_DIR_SEPARATOR (gdb_sysroot[prefix_len - 1])) in solib_find()
190 sysroot = savestring (gdb_sysroot, prefix_len); in solib_find()
1479 &gdb_sysroot, _("\ in _initialize_solib()
H A Dmain.c60 char *gdb_sysroot = 0; variable
404 gdb_sysroot = relocate_gdb_directory (TARGET_SYSTEM_ROOT, in captured_main()
H A Ddefs.h146 extern char *gdb_sysroot;
H A Dsymfile.c1537 && filename_ncmp (canon_dir, gdb_sysroot, in find_separate_debug_file()
1538 strlen (gdb_sysroot)) == 0 in find_separate_debug_file()
1539 && IS_DIR_SEPARATOR (canon_dir[strlen (gdb_sysroot)])) in find_separate_debug_file()
1542 strcat (debugfile, canon_dir + strlen (gdb_sysroot)); in find_separate_debug_file()
H A Dinfrun.c888 if (gdb_sysroot && *gdb_sysroot) in follow_exec()
890 char *name = alloca (strlen (gdb_sysroot) in follow_exec()
894 strcpy (name, gdb_sysroot); in follow_exec()