aboutsummaryrefslogtreecommitdiff
path: root/gdb/language.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-01-31 18:26:47 +0000
committerTom Tromey <tromey@redhat.com>2012-01-31 18:26:47 +0000
commit72e1143f57174d860db5aaafef74169792cf2e07 (patch)
tree5a06e9612f3cb55cc84e4784529c00780cd935ae /gdb/language.h
parente9111bf715b0c5b59f1ac73e0a07eae5b4ae1562 (diff)
* language.h (struct language_defn) <la_iterate_over_symbols>: Fix
comment.
Diffstat (limited to 'gdb/language.h')
-rw-r--r--gdb/language.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/language.h b/gdb/language.h
index 7a1bcb7992..c27508394c 100644
--- a/gdb/language.h
+++ b/gdb/language.h
@@ -348,9 +348,9 @@ struct language_defn
argument. If CALLBACK returns zero, the iteration ends at that
point.
- This field can be NULL, meaning that this language doesn't need
- any special code aside from ordinary searches of the symbol
- table. */
+ This field may not be NULL. If the language does not need any
+ special processing here, 'iterate_over_symbols' should be
+ used as the definition. */
void (*la_iterate_over_symbols) (const struct block *block,
const char *name,
domain_enum domain,