gdb/testsuite: Add compiler options parameter to function_range helper
[deliverable/binutils-gdb.git] / gdb / objc-lang.c
index 5adf913a5e33e7eb6d335e7b65cfea0e75647c76..1c7ec5601979e0cd5c9bed1359cd388b2c60e4ea 100644 (file)
@@ -381,7 +381,7 @@ extern const struct language_defn objc_language_defn = {
   c_emit_char,
   c_print_type,                        /* Print a type using appropriate syntax */
   c_print_typedef,             /* Print a typedef using appropriate syntax */
-  c_val_print,                 /* Print a value using appropriate syntax */
+  c_value_print_inner,         /* la_value_print_inner */
   c_value_print,               /* Print a top-level value */
   default_read_var_value,      /* la_read_var_value */
   objc_skip_trampoline,        /* Language specific skip_trampoline */
This page took 0.023617 seconds and 4 git commands to generate.