Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Dexec.c208 char *scratch_pathname, *canonical_pathname; in exec_file_attach() local
216 &scratch_pathname); in exec_file_attach()
227 &scratch_pathname); in exec_file_attach()
233 cleanups = make_cleanup (xfree, scratch_pathname); in exec_file_attach()
237 canonical_pathname = gdb_realpath (scratch_pathname); in exec_file_attach()
249 scratch_pathname, bfd_errmsg (bfd_get_error ())); in exec_file_attach()
253 exec_filename = xstrdup (scratch_pathname); in exec_file_attach()
261 scratch_pathname, in exec_file_attach()
277 scratch_pathname, bfd_errmsg (bfd_get_error ())); in exec_file_attach()
287 scratch_pathname, bfd_errmsg (bfd_get_error ())); in exec_file_attach()