binutils-gdb/gdb/cli
Christian Biesinger cc8dee1f1c 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.
2019-10-12 14:31:26 -05:00
..
cli-cmds.c Move declaration of max_user_call_depth to header 2019-10-12 14:31:26 -05:00
cli-cmds.h Move declaration of max_user_call_depth to header 2019-10-12 14:31:26 -05:00
cli-decode.c Change boolean options to bool instead of int 2019-09-18 09:35:12 +09:00
cli-decode.h
cli-dump.c bfd_section_* macros 2019-09-19 09:40:13 +09:30
cli-interp.c
cli-interp.h
cli-logging.c Use styled_string for "show logging filename" 2019-10-01 15:12:41 -06:00
cli-option.c
cli-option.h Change boolean options to bool instead of int 2019-09-18 09:35:12 +09:00
cli-script.c Move declaration of max_user_call_depth to header 2019-10-12 14:31:26 -05:00
cli-script.h
cli-setshow.c Change boolean options to bool instead of int 2019-09-18 09:35:12 +09:00
cli-setshow.h
cli-style.c [gdb] Fix set/show style metadata help text 2019-10-03 10:15:39 +02:00
cli-style.h Introduce metadata style 2019-10-01 15:12:40 -06:00
cli-utils.c
cli-utils.h Change boolean options to bool instead of int 2019-09-18 09:35:12 +09:00