aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-decode.c
diff options
context:
space:
mode:
authorYao Qi <yao@codesourcery.com>2013-03-05 14:23:23 +0000
committerYao Qi <yao@codesourcery.com>2013-03-05 14:23:23 +0000
commitb69b1fb10d005fd658668d7e2888c14c249a3481 (patch)
tree0299659857e5ad0d4d09e2b5ac8e9459cf00527b /gdb/cli/cli-decode.c
parent3c095f49ce9e4b56a8725337f8b0d5edcc6bbc7d (diff)
downloadgdb-b69b1fb10d005fd658668d7e2888c14c249a3481.zip
gdb-b69b1fb10d005fd658668d7e2888c14c249a3481.tar.gz
gdb-b69b1fb10d005fd658668d7e2888c14c249a3481.tar.bz2
gdb/
* cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change parameter VAR's type from "unsigned int" to "int". * command.h (var_zuinteger_unlimited): Update its comments. (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
Diffstat (limited to 'gdb/cli/cli-decode.c')
-rw-r--r--gdb/cli/cli-decode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cli/cli-decode.c b/gdb/cli/cli-decode.c
index 49ccef3..a8f7747 100644
--- a/gdb/cli/cli-decode.c
+++ b/gdb/cli/cli-decode.c
@@ -708,7 +708,7 @@ add_setshow_zinteger_cmd (char *name, enum command_class class,
void
add_setshow_zuinteger_unlimited_cmd (char *name,
enum command_class class,
- unsigned int *var,
+ int *var,
const char *set_doc,
const char *show_doc,
const char *help_doc,