diff options
Diffstat (limited to 'gdb/c-exp.y')
-rw-r--r-- | gdb/c-exp.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/c-exp.y b/gdb/c-exp.y index 4704845e203..11631baa479 100644 --- a/gdb/c-exp.y +++ b/gdb/c-exp.y @@ -2935,7 +2935,7 @@ classify_name (const struct block *block, int is_quoted_name) if (sym == NULL && parse_language->la_language == language_cplus && is_a_field_of_this.type == NULL - && !lookup_minimal_symbol (copy, NULL, NULL)) + && lookup_minimal_symbol (copy, NULL, NULL).minsym == NULL) return UNKNOWN_CPP_NAME; return NAME; |