binutils-gdb/gdb/cli
Yao Qi 883b9c6c98 gdb/
* cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
	(init_cmds): Call add_setshow_uinteger_cmd for command
	'max-user-call-depth'.
	* cli/cli-script.c (execute_user_command): Add 'unsigned' to the
	declaration of 'max_user_call_depth'.
	* frame.c (backtrace_limit): Add 'unsigned'.
	(_initialize_frame): Call add_setshow_uinteger_cmd for command
	'limit'.
	* remote.c (remoteaddresssize): Add 'unsigned'.
	(remote_address_masked): Change local var 'address_size' to
	'unsigned'.
	(_initialize_remote): Call add_setshow_uinteger_cmd for
	'remoteaddresssize'.
	* top.c (history_size): Add 'unsigned'.
	(show_commands): Change local variables to 'unsigned'.
	(set_history_size_command): Don't check history_size is negative.
	Adjust the condition to call unstifle_history and set history_size
	to UNIT_MAX.
2012-08-28 14:08:42 +00:00
..
cli-cmds.c gdb/ 2012-08-28 14:08:42 +00:00
cli-cmds.h gdb/ 2012-08-09 06:48:22 +00:00
cli-decode.c gdb/ 2012-08-27 16:47:15 +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-08-09 12:53:46 +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