Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Dexec.c208 char *scratch_pathname, *canonical_pathname; in exec_file_attach() local
237 canonical_pathname = gdb_realpath (scratch_pathname); in exec_file_attach()
238 make_cleanup (xfree, canonical_pathname); in exec_file_attach()
241 exec_bfd = gdb_bfd_fopen (canonical_pathname, gnutarget, in exec_file_attach()
244 exec_bfd = gdb_bfd_open (canonical_pathname, gnutarget, scratch_chan); in exec_file_attach()