summaryrefslogtreecommitdiff
path: root/gdb/symfile.h
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2010-12-09 19:52:23 +0000
committerDoug Evans <dje@google.com>2010-12-09 19:52:23 +0000
commitad727bb22ed784ed2af8085864f03c5a4ecfb786 (patch)
tree74e5262d4e4334b10da9dc40e289025b3967bf33 /gdb/symfile.h
parent305aeedc41771066e7283a798b108c95b027997e (diff)
downloadbinutils-gdb-ad727bb22ed784ed2af8085864f03c5a4ecfb786.tar.gz
* symfile.h (quick_symbol_functions): Clarify usage of
map_symbol_filenames.
Diffstat (limited to 'gdb/symfile.h')
-rw-r--r--gdb/symfile.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/symfile.h b/gdb/symfile.h
index 297c1818103..3ca478b27a2 100644
--- a/gdb/symfile.h
+++ b/gdb/symfile.h
@@ -287,9 +287,9 @@ struct quick_symbol_functions
void (*fun) (const char *, void *),
void *data);
- /* Call a callback for every file defined in OBJFILE. FUN is the
- callback. It is passed the file's name, the file's full name,
- and the DATA passed to this function. */
+ /* Call a callback for every file defined in OBJFILE whose symtab is
+ not already read in. FUN is the callback. It is passed the file's name,
+ the file's full name, and the DATA passed to this function. */
void (*map_symbol_filenames) (struct objfile *objfile,
void (*fun) (const char *, const char *,
void *),