Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dmain.c65 char *gdb_sysroot = 0; variable
196 gdb_sysroot = make_relative_prefix (argv[0], BINDIR, TARGET_SYSTEM_ROOT); in captured_main()
197 if (gdb_sysroot) in captured_main()
202 if (stat (gdb_sysroot, &s) == 0) in captured_main()
208 xfree (gdb_sysroot); in captured_main()
209 gdb_sysroot = TARGET_SYSTEM_ROOT; in captured_main()
213 gdb_sysroot = TARGET_SYSTEM_ROOT; in captured_main()
216 gdb_sysroot = TARGET_SYSTEM_ROOT; in captured_main()
218 gdb_sysroot = ""; in captured_main()
Dsolib.c979 solib_absolute_prefix = xstrdup (gdb_sysroot); in _initialize_solib()
Ddefs.h159 extern char *gdb_sysroot;