Fix breakpoint condition that use member variables.
[deliverable/binutils-gdb.git] / gdb / scm-lang.c
index 339c6142390c428138aef16d62995d9002e51c57..0692d438b7c2c3e074f23852582457bf361f4ae6 100644 (file)
@@ -253,7 +253,7 @@ const struct language_defn scm_language_defn =
   scm_val_print,               /* Print a value using appropriate syntax */
   scm_value_print,             /* Print a top-level value */
   NULL,                                /* Language specific skip_trampoline */
-  value_of_this,               /* value_of_this */
+  NULL,                                /* name_of_this */
   basic_lookup_symbol_nonlocal,        /* lookup_symbol_nonlocal */
   basic_lookup_transparent_type,/* lookup_transparent_type */
   NULL,                                /* Language specific symbol demangler */
This page took 0.024383 seconds and 4 git commands to generate.