* symfile.h (quick_symbol_functions): Clarify usage of
authorDoug Evans <dje@google.com>
Thu, 9 Dec 2010 19:52:23 +0000 (19:52 +0000)
committerDoug Evans <dje@google.com>
Thu, 9 Dec 2010 19:52:23 +0000 (19:52 +0000)
map_symbol_filenames.

gdb/ChangeLog
gdb/symfile.h

index 7663dd7be8f3bc5394ebd00a036dc1b3463e4557..6199e4bb17d4bdc0d88cee87ad73c890ab125e01 100644 (file)
@@ -1,3 +1,8 @@
+2010-12-09  Doug Evans  <dje@google.com>
+
+       * symfile.h (quick_symbol_functions): Clarify usage of
+       map_symbol_filenames.
+
 2010-12-09  Tom Tromey  <tromey@redhat.com>
 
        * mi/mi-parse.h (mi_parse): Update.
index 297c1818103a7b91de75aa28a0d953f0c6915a02..3ca478b27a2e8bf70ae06564d80c84cb55c5b69f 100644 (file)
@@ -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 *),
This page took 0.03179 seconds and 4 git commands to generate.