Fix breakpoint condition that use member variables.
[deliverable/binutils-gdb.git] / gdb / ada-lang.c
index 6e829f057d25fe8c3f92735cf0379da04a53d335..0d3824926448589ca2ad65957d9ef7a8f0ffd1b8 100644 (file)
@@ -11011,7 +11011,7 @@ const struct language_defn ada_language_defn = {
   ada_val_print,                /* Print a value using appropriate syntax */
   ada_value_print,              /* Print a top-level value */
   NULL,                         /* Language specific skip_trampoline */
-  NULL,                         /* value_of_this */
+  NULL,                         /* name_of_this */
   ada_lookup_symbol_nonlocal,   /* Looking up non-local symbols.  */
   basic_lookup_transparent_type,        /* lookup_transparent_type */
   ada_la_decode,                /* Language specific symbol demangler */
This page took 0.024113 seconds and 4 git commands to generate.