Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dmain.c64 char *gdb_sysroot = 0; variable
198 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()
H A Dsolib.c956 solib_absolute_prefix = xstrdup (gdb_sysroot); in _initialize_solib()
H A Ddefs.h156 extern char *gdb_sysroot;
H A DChangeLog-200314654 * main.c (gdb_sysroot): New variable.
14655 (captured_main): Initialize gdb_sysroot.
14656 * defs.h (gdb_sysroot): New extern declaration.
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/
H A DChangeLog3288 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.