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 | adac9eda03d5a628b6c4a32aa8c4501b8a27f07e (patch) | |
tree | 57cb11b1f3c4801a8410ff9a2e1d69466e525c4b /gdb/symtab.h | |
parent | ef3720e0335a45b47e5141728c350917c4914f0c (diff) | |
download | gdb-adac9eda03d5a628b6c4a32aa8c4501b8a27f07e.tar.gz |
Add the -file-list-exec-source-files command to MI.
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r-- | gdb/symtab.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h index 65395241313..dfde99788e2 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -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; |