Add the -file-list-exec-source-files command to MI.
This commit is contained in:
parent
239ae8c755
commit
57c22c6ce1
13 changed files with 228 additions and 49 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue