aboutsummaryrefslogtreecommitdiff
path: root/gdb/d-lang.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-03-15 14:06:20 +0000
committerTom Tromey <tromey@redhat.com>2012-03-15 14:06:20 +0000
commit95cbceff9926e26bf718f9373fcde2981e09b748 (patch)
tree9657f2bcc10b78614a6c13553264c4b6cc7fe265 /gdb/d-lang.c
parentb240011aba98dd8a0c4736a51afcea38af814200 (diff)
* d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
iterate_over_symbols.
Diffstat (limited to 'gdb/d-lang.c')
-rw-r--r--gdb/d-lang.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/d-lang.c b/gdb/d-lang.c
index 9a8cf522c3..121040a660 100644
--- a/gdb/d-lang.c
+++ b/gdb/d-lang.c
@@ -274,7 +274,7 @@ static const struct language_defn d_language_defn =
default_pass_by_reference,
c_get_string,
NULL, /* la_get_symbol_name_cmp */
- NULL,
+ iterate_over_symbols,
LANG_MAGIC
};