*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / gdbcmd.h
index a3a16e0975bf9a73872fbc3ee5361e23a12d060f..0075fc1cc196fcbfa3d8631f9e504e30b539ee49 100644 (file)
@@ -7,7 +7,7 @@
 
 /* Header file for GDB-specific command-line stuff.
    Copyright (C) 1986, 1989, 1990, 1991, 1992, 1993, 1994, 1998, 1999, 2000,
-   2002, 2007 Free Software Foundation, Inc.
+   2002, 2007, 2008, 2009 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -52,6 +52,10 @@ extern struct cmd_list_element *deletelist;
 
 extern struct cmd_list_element *detachlist;
 
+/* Chain containing all defined kill subcommands.  */
+
+extern struct cmd_list_element *killlist;
+
 /* Chain containing all defined toggle subcommands.  */
 
 extern struct cmd_list_element *togglelist;
This page took 0.0254529999999999 seconds and 4 git commands to generate.