* cli/cli-decode.c (add_cmd): Add comment.
authorDoug Evans <dje@google.com>
Thu, 8 Sep 2011 17:20:43 +0000 (17:20 +0000)
committerDoug Evans <dje@google.com>
Thu, 8 Sep 2011 17:20:43 +0000 (17:20 +0000)
gdb/ChangeLog
gdb/cli/cli-decode.c

index 46dc414..d8e2f4e 100644 (file)
@@ -1,3 +1,7 @@
+2011-09-08  Doug Evans  <dje@google.com>
+
+       * cli/cli-decode.c (add_cmd): Add comment.
+
 2011-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        PR breakpoints/12435
index 622ee68..95996e8 100644 (file)
@@ -128,6 +128,7 @@ set_cmd_completer (struct cmd_list_element *cmd,
 
 
 /* Add element named NAME.
+   Space for NAME and DOC must be allocated by the caller.
    CLASS is the top level category into which commands are broken down
    for "help" purposes.
    FUN should be the function to execute the command;