X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fobjc-lang.c;h=90804acc16504ca5b4b2a4e6d1c541cf7b5cb183;hb=87afa6523b01cd6bdcc3903fe22953966cec7bb7;hp=5f9e97103664eb671f82e7baa10f31e0b7e0ab99;hpb=7e56227dfffddbbb5b648c386c85345929fa0529;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/objc-lang.c b/gdb/objc-lang.c index 5f9e971036..90804acc16 100644 --- a/gdb/objc-lang.c +++ b/gdb/objc-lang.c @@ -337,21 +337,16 @@ extern const struct language_data objc_language_data = macro_expansion_c, objc_extensions, &exp_descriptor_standard, - c_parse, null_post_parser, c_printchar, /* Print a character constant */ 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 */ - c_watch_location_expression, &default_varobj_ops, c_is_string_type_p, "{...}" /* la_struct_too_deep_ellipsis */