binutils-gdb/gdb/cli
Yao Qi 6fc1c7733e gdb/
* cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
	Update comment to add_setshow_integer_cmd.
	* cli/cli-setshow.c (do_set_command): Handle case
	'var_zuinteger_unlimited'.
	(do_show_command): Likewise.
	* cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
	for command 'remotetimeout'.
	* command.h (enum var_types): New zuinteger_unlimited.  Update comment
	to var_integer.
	* source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
	for command 'set listsize'.

gdb/doc/
	* gdb.texinfo (List): Describe the meaning of 0 and -1 in
	'set listsize'.

gdb/testsuite/
	* gdb.base/list.exp (set_listsize): Don't set arg to "unlimited"
	when it is less than 0.
2012-09-17 08:42:14 +00:00
..
cli-cmds.c gdb/ 2012-09-17 08:42:14 +00:00
cli-cmds.h gdb/ 2012-08-09 06:48:22 +00:00
cli-decode.c gdb/ 2012-09-17 08:42:14 +00:00
cli-decode.h gdb/ 2012-08-09 12:53:46 +00:00
cli-dump.c gdb/ 2012-08-09 06:26:25 +00:00
cli-dump.h Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
cli-interp.c * Makefile.in (SFILES): Remove wrapper.c. 2012-01-09 20:27:49 +00:00
cli-logging.c Make logging work for MI. 2012-06-28 22:11:23 +00:00
cli-script.c gdb/ 2012-08-28 14:08:42 +00:00
cli-script.h Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
cli-setshow.c gdb/ 2012-09-17 08:42:14 +00:00
cli-setshow.h gdb/ 2012-08-09 12:53:46 +00:00
cli-utils.c 2012-07-05 Hui Zhu <hui_zhu@mentor.com> 2012-07-05 01:00:43 +00:00
cli-utils.h 2012-07-05 Hui Zhu <hui_zhu@mentor.com> 2012-07-05 01:00:43 +00:00