Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gdb/gdb/
Ddefs.h605 extern int source_full_path_of (char *, char **);
Dsource.c793 source_full_path_of (char *filename, char **full_pathname) in source_full_path_of() function
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()
Dinfcmd.c1839 if (!source_full_path_of (exec_file, &full_exec_path)) in attach_command()