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
commit57c22c6ce1e294fcec9653c0cf2c37eb77225fe6 (patch)
tree1cf1db59680a0f24ebb22438fa5ef981bf8d8c74 /gdb/source.h
parent239ae8c7556347fead17ce5caef2e9a441e89e05 (diff)
downloadbinutils-gdb-57c22c6ce1e294fcec9653c0cf2c37eb77225fe6.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