Searched refs:gdb_sysroot (Results 1 – 5 of 5) sorted by relevance
179 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()
60 char *gdb_sysroot = 0; variable404 gdb_sysroot = relocate_gdb_directory (TARGET_SYSTEM_ROOT, in captured_main()
146 extern char *gdb_sysroot;
1537 && 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()
888 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()