diff options
Diffstat (limited to 'gdb/printcmd.c')
-rw-r--r-- | gdb/printcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/printcmd.c b/gdb/printcmd.c index f4c79ed..7f47f48 100644 --- a/gdb/printcmd.c +++ b/gdb/printcmd.c @@ -1582,7 +1582,7 @@ info_address_command (const char *exp, int from_tty) if (exp == 0) error (_("Argument required.")); - sym = lookup_symbol (exp, get_selected_block (&context_pc), VAR_DOMAIN, + sym = lookup_symbol (exp, get_selected_block (&context_pc), SEARCH_VFT, &is_a_field_of_this).symbol; if (sym == NULL) { |