From adac9eda03d5a628b6c4a32aa8c4501b8a27f07e Mon Sep 17 00:00:00 2001 From: Bob Rossi Date: Thu, 10 Jun 2004 20:05:45 +0000 Subject: Add the -file-list-exec-source-files command to MI. --- gdb/source.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gdb/source.h') diff --git a/gdb/source.h b/gdb/source.h index 7cfed1ae0e8..ecfe1f0f696 100644 --- a/gdb/source.h +++ b/gdb/source.h @@ -27,6 +27,9 @@ struct symtab; negative number for error. */ extern int open_source_file (struct symtab *s); +extern char* psymtab_to_fullname (struct partial_symtab *ps); +extern char* symtab_to_fullname (struct symtab *s); + /* Create and initialize the table S->line_charpos that records the positions of the lines in the source file, which is assumed to be open on descriptor DESC. All set S->nlines to the number of such -- cgit v1.2.1