Home
last modified time | relevance | path

Searched refs:xfullpath (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dsource.c771 *filename_opened = xfullpath (filename); in openp()
780 *filename_opened = xfullpath (f); in openp()
H A Ddefs.h403 extern char *xfullpath (const char *);
H A Dsymtab.c163 full_path = xfullpath (name); in lookup_symtab()
259 full_path = xfullpath (name); in lookup_partial_symtab()
H A Dutils.c2996 xfullpath (const char *filename) in xfullpath() function
H A DChangeLog-200211556 * utils.c (xfullpath): New function.
11557 * defs.h (xfullpath): Add declaration.
11558 * source.c (openp): Use xfullpath in place of gdb_realpath to
11563 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/
H A DChangeLog149 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
192 * gdb.gdb/xfullpath.exp: Likewise.
2386 * gdb.gdb/xfullpath.exp: Ditto.
4206 * gdb.gdb/xfullpath.exp: New test, to exercise the new
4207 xfullpath () function.