From fca0e233c725959f70773b6b4d7d8b59f0ef6018 Mon Sep 17 00:00:00 2001 From: devans Date: Thu, 9 Dec 2010 19:52:23 +0000 Subject: [PATCH] * symfile.h (quick_symbol_functions): Clarify usage of map_symbol_filenames. --- gdb/ChangeLog | 5 +++++ gdb/symfile.h | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7663dd7be8..6199e4bb17 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2010-12-09 Doug Evans + + * symfile.h (quick_symbol_functions): Clarify usage of + map_symbol_filenames. + 2010-12-09 Tom Tromey * mi/mi-parse.h (mi_parse): Update. diff --git a/gdb/symfile.h b/gdb/symfile.h index 297c181810..3ca478b27a 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 *), -- 2.11.0