Searched refs:gdb_sysroot (Results 1 – 5 of 5) sorted by relevance
64 char *gdb_sysroot = 0; variable198 gdb_sysroot = make_relative_prefix (argv[0], BINDIR, TARGET_SYSTEM_ROOT); in captured_main()199 if (gdb_sysroot) in captured_main()204 if (stat (gdb_sysroot, &s) == 0) in captured_main()210 xfree (gdb_sysroot); in captured_main()211 gdb_sysroot = TARGET_SYSTEM_ROOT; in captured_main()215 gdb_sysroot = TARGET_SYSTEM_ROOT; in captured_main()218 gdb_sysroot = TARGET_SYSTEM_ROOT; in captured_main()220 gdb_sysroot = ""; in captured_main()
956 solib_absolute_prefix = xstrdup (gdb_sysroot); in _initialize_solib()
156 extern char *gdb_sysroot;
14654 * main.c (gdb_sysroot): New variable.14655 (captured_main): Initialize gdb_sysroot.14656 * defs.h (gdb_sysroot): New extern declaration.
3288 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.