gdb: Convert language la_lookup_symbol_nonlocal field to a method
[deliverable/binutils-gdb.git] / gdb / objc-lang.c
index 9a77f6cb96d8b8d3b503e00ca2491a5f85be11e5..1e4862fe3feeda38f139a49a298fed2bbd27e93f 100644 (file)
@@ -343,17 +343,11 @@ extern const struct language_data objc_language_data =
   c_printstr,                 /* Function to print string constant */
   c_emit_char,
   c_print_typedef,             /* Print a typedef using appropriate syntax */
-  c_value_print_inner,         /* la_value_print_inner */
-  c_value_print,               /* Print a top-level value */
   "self",                      /* name_of_this */
   false,                       /* la_store_sym_names_in_linkage_form_p */
-  basic_lookup_symbol_nonlocal,        /* lookup_symbol_nonlocal */
   objc_op_print_tab,           /* Expression operators for printing */
   1,                           /* C-style arrays */
   0,                           /* String lower bound */
-  default_word_break_characters,
-  default_collect_symbol_completion_matches,
-  c_watch_location_expression,
   &default_varobj_ops,
   c_is_string_type_p,
   "{...}"                      /* la_struct_too_deep_ellipsis */
This page took 0.023102 seconds and 4 git commands to generate.