* sparc-linux-tdep.c (sparc32_linux_init_abi): Append
[deliverable/binutils-gdb.git] / gdb / gdb-events.c
index a321122fa759c0c4abc38e8db037f69e108792ae..e2ce9638f70d575b9a4b30ee2a9e4a40e15389e5 100644 (file)
@@ -1,6 +1,6 @@
 /* User Interface Events.
 
-   Copyright 1999, 2001, 2002, 2004, 2005 Free Software Foundation,
+   Copyright (C) 1999, 2001, 2002, 2004, 2005 Free Software Foundation,
    Inc.
 
    Contributed by Cygnus Solutions.
@@ -19,7 +19,8 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+   Foundation, Inc., 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301, USA.  */
 
 /* Work in progress */
 
@@ -45,6 +46,13 @@ static struct gdb_events queue_event_hooks;
 static struct gdb_events *current_event_hooks = &null_event_hooks;
 
 int gdb_events_debug;
+static void
+show_gdb_events_debug (struct ui_file *file, int from_tty,
+                      struct cmd_list_element *c, const char *value)
+{
+  fprintf_filtered (file, _("Event debugging is %s.\n"), value);
+}
+
 
 void
 breakpoint_create_event (int b)
@@ -338,6 +346,6 @@ Set event debugging."), _("\
 Show event debugging."), _("\
 When non-zero, event/notify debugging is enabled."),
                            NULL,
-                           NULL, /* FIXME: i18n: */
+                           show_gdb_events_debug,
                            &setdebuglist, &showdebuglist);
 }
This page took 0.023361 seconds and 4 git commands to generate.