From 57c22c6ce1e294fcec9653c0cf2c37eb77225fe6 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 7cfed1a..ecfe1f0 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.1