* source.c (_initialize_source): Use add_setshow_integer_cmd.
authorDaniel Jacobowitz <drow@false.org>
Sun, 15 Jan 2006 19:09:30 +0000 (19:09 +0000)
committerDaniel Jacobowitz <drow@false.org>
Sun, 15 Jan 2006 19:09:30 +0000 (19:09 +0000)
gdb/ChangeLog
gdb/source.c

index 18dc4fb02dbed21309aac3531e712aba7e27976f..3a6921ad0bfb1cbee06f4a0e3445dfaba1649771 100644 (file)
@@ -1,3 +1,7 @@
+2006-01-15  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * source.c (_initialize_source): Use add_setshow_integer_cmd.
+
 2006-01-15  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * linux-fork.c (delete_fork_command, detach_fork_command): Use
index ec13165028ea496f2222293b74ce3f5e5e006201..f9f7dd1914e05f6cc64517e76b7e1ca5fc3bdd4d 100644 (file)
@@ -1638,7 +1638,7 @@ The matching line number is also stored as the value of \"$_\"."));
       add_com_alias ("?", "reverse-search", class_files, 0);
     }
 
-  add_setshow_uinteger_cmd ("listsize", class_support, &lines_to_list, _("\
+  add_setshow_integer_cmd ("listsize", class_support, &lines_to_list, _("\
 Set number of source lines gdb will list by default."), _("\
 Show number of source lines gdb will list by default."), NULL,
                            NULL,
This page took 0.028533 seconds and 4 git commands to generate.