diff options
author | Bob Rossi <bob@brasko.net> | 2004-06-10 20:05:45 +0000 |
---|---|---|
committer | Bob Rossi <bob@brasko.net> | 2004-06-10 20:05:45 +0000 |
commit | 57c22c6ce1e294fcec9653c0cf2c37eb77225fe6 (patch) | |
tree | 1cf1db59680a0f24ebb22438fa5ef981bf8d8c74 /gdb/source.h | |
parent | 239ae8c7556347fead17ce5caef2e9a441e89e05 (diff) | |
download | gdb-57c22c6ce1e294fcec9653c0cf2c37eb77225fe6.zip gdb-57c22c6ce1e294fcec9653c0cf2c37eb77225fe6.tar.gz gdb-57c22c6ce1e294fcec9653c0cf2c37eb77225fe6.tar.bz2 |
Add the -file-list-exec-source-files command to MI.
Diffstat (limited to 'gdb/source.h')
-rw-r--r-- | gdb/source.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |