X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fcommand.h;h=67be0915f267fa97756d5231ea28a8219f7fc3c4;hb=064f515651b1e730c60652eaf07f94c22841d475;hp=ec9c651431ed12d00e18228e76b6e28316c39613;hpb=01f0fe5e0450edf168c1f612feb93cf588e4e7ea;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/command.h b/gdb/command.h index ec9c651431..67be0915f2 100644 --- a/gdb/command.h +++ b/gdb/command.h @@ -1,7 +1,7 @@ /* Header file for command-reading library command.c. - Copyright (C) 1986, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1999, - 2000, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1986, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1999, 2000, + 2002, 2004, 2007 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 @@ -30,7 +30,7 @@ enum command_class { /* Special args to help_list */ - class_deprecated, all_classes = -2, all_commands = -1, + class_deprecated = -3, all_classes = -2, all_commands = -1, /* Classes of commands */ no_class = -1, class_run = 0, class_vars, class_stack, class_files, class_support, class_info, class_breakpoint, class_trace,