Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gdb/gdb/
Dmain.c70 char *gdb_sysroot = 0; variable
207 gdb_sysroot = make_relative_prefix (argv[0], BINDIR, TARGET_SYSTEM_ROOT); in captured_main()
208 if (gdb_sysroot) in captured_main()
213 if (stat (gdb_sysroot, &s) == 0) in captured_main()
219 xfree (gdb_sysroot); in captured_main()
220 gdb_sysroot = TARGET_SYSTEM_ROOT; in captured_main()
224 gdb_sysroot = TARGET_SYSTEM_ROOT; in captured_main()
227 gdb_sysroot = TARGET_SYSTEM_ROOT; in captured_main()
229 gdb_sysroot = ""; in captured_main()
Dsolib.c902 solib_absolute_prefix = xstrdup (gdb_sysroot); in _initialize_solib()
Ddefs.h179 extern char *gdb_sysroot;