import gdb-1999-08-09 snapshot
[deliverable/binutils-gdb.git] / gdb / command.c
index fd8b8145288853df211ae0093e7961a46187ec0a..dc39265d6b640f92948fffc5cf8d507443432604 100644 (file)
@@ -1418,6 +1418,8 @@ do_setshow_command (arg, from_tty, c)
   else
     error ("gdb internal error: bad cmd_type in do_setshow_command");
   (*c->function.sfunc) (NULL, from_tty, c);
+  if (c->type == set_cmd && set_hook)
+    set_hook (c);
 }
 
 /* Show all the settings in a list of show commands.  */
This page took 0.026484 seconds and 4 git commands to generate.