Add the -file-list-exec-source-files command to MI.

This commit is contained in:
Bob Rossi
2004-06-10 20:05:45 +00:00
parent 239ae8c755
commit 57c22c6ce1
13 changed files with 228 additions and 49 deletions

View File

@@ -891,6 +891,10 @@ struct partial_symtab
char *fullname;
/* Directory in which it was compiled, or NULL if we don't know. */
char *dirname;
/* Information about the object file from which symbols should be read. */
struct objfile *objfile;