Move gdbserver tdesc header funcs to c file
[deliverable/binutils-gdb.git] / gdb / cp-support.c
index 34a84395f40f5c8ae5fab6c9c6a33a1f98d4902e..dde417be80ee433405f739d5df51500f87089e89 100644 (file)
@@ -1,5 +1,5 @@
 /* Helper routines for C++ support in GDB.
-   Copyright (C) 2002-2017 Free Software Foundation, Inc.
+   Copyright (C) 2002-2018 Free Software Foundation, Inc.
 
    Contributed by MontaVista Software.
 
@@ -1793,6 +1793,7 @@ cp_get_symbol_name_matcher (const lookup_name_info &lookup_name)
     {
     case symbol_name_match_type::FULL:
     case symbol_name_match_type::EXPRESSION:
+    case symbol_name_match_type::SEARCH_NAME:
       return cp_fq_symbol_name_matches;
     case symbol_name_match_type::WILD:
       return cp_symbol_name_matches;
This page took 0.023717 seconds and 4 git commands to generate.