diff options
author | Christian Biesinger <cbiesinger@google.com> | 2019-10-09 23:27:33 -0500 |
---|---|---|
committer | Christian Biesinger <cbiesinger@google.com> | 2019-10-12 14:31:26 -0500 |
commit | cc8dee1f1c67be4155225c6c29dc1245abb89812 (patch) | |
tree | eed9d10ce5704b5174f1484a3e5203605e339daf /gdb/ChangeLog | |
parent | 03d0d46a0e60203528f8d385a4136c870ff02261 (diff) | |
download | gdb-cc8dee1f1c67be4155225c6c29dc1245abb89812.zip gdb-cc8dee1f1c67be4155225c6c29dc1245abb89812.tar.gz gdb-cc8dee1f1c67be4155225c6c29dc1245abb89812.tar.bz2 |
Move declaration of max_user_call_depth to header
Also removes an unnecessary declaration of cmdlist in cli-cmds.c.
I don't understand why it is there, the definition of cmdlist is
at the top of the same file.
gdb/ChangeLog:
2019-10-12 Christian Biesinger <cbiesinger@google.com>
* cli/cli-cmds.c (max_user_call_depth): Move comment to header.
(show_user): Remove declaration of cmdlist.
* cli/cli-cmds.h (max_user_call_depth): Declare.
* cli/cli-script.c (execute_user_command): Remove declaration
of max_user_call_depth.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b898bf7..d58a55f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2019-10-12 Christian Biesinger <cbiesinger@google.com> + + * cli/cli-cmds.c (max_user_call_depth): Move comment to header. + (show_user): Remove declaration of cmdlist. + * cli/cli-cmds.h (max_user_call_depth): Declare. + * cli/cli-script.c (execute_user_command): Remove declaration + of max_user_call_depth. + 2019-10-11 Jim Wilson <jimw@sifive.com> * gdbsupport/print-utils.h (pulongest): Fix comment. |