summaryrefslogtreecommitdiff
path: root/gdb/source.h
diff options
context:
space:
mode:
authorBob Rossi <bob@brasko.net>2004-06-10 20:05:45 +0000
committerBob Rossi <bob@brasko.net>2004-06-10 20:05:45 +0000
commitadac9eda03d5a628b6c4a32aa8c4501b8a27f07e (patch)
tree57cb11b1f3c4801a8410ff9a2e1d69466e525c4b /gdb/source.h
parentef3720e0335a45b47e5141728c350917c4914f0c (diff)
downloadgdb-adac9eda03d5a628b6c4a32aa8c4501b8a27f07e.tar.gz
Add the -file-list-exec-source-files command to MI.
Diffstat (limited to 'gdb/source.h')
-rw-r--r--gdb/source.h3
1 files changed, 3 insertions, 0 deletions
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