Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Ddefs.h605 extern int source_full_path_of (char *, char **);
H A Dsource.c793 source_full_path_of (char *filename, char **full_pathname) in source_full_path_of() function
H A Dsymtab.c272 source_full_path_of (pst->filename, &pst->fullname); in lookup_partial_symtab()
284 source_full_path_of (pst->filename, &pst->fullname); in lookup_partial_symtab()
H A Dinfcmd.c1839 if (!source_full_path_of (exec_file, &full_exec_path)) in attach_command()