projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f124dd4
)
* cli/cli-decode.c (add_cmd): Add comment.
author
Doug Evans
<dje@google.com>
Thu, 8 Sep 2011 17:20:43 +0000
(17:20 +0000)
committer
Doug Evans
<dje@google.com>
Thu, 8 Sep 2011 17:20:43 +0000
(17:20 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/cli/cli-decode.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 46dc414bfb008e6f602c8c00bf11a75025da24e4..d8e2f4ea2711a1ad0146b8ae0e30a80680189593 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-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
diff --git
a/gdb/cli/cli-decode.c
b/gdb/cli/cli-decode.c
index 622ee6867843c026ef4bb0ef629b08e3e80af583..95996e8ecce609e2e8e9bb8fb2732f90914054ce 100644
(file)
--- a/
gdb/cli/cli-decode.c
+++ b/
gdb/cli/cli-decode.c
@@
-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;