binutils-gdb/gdb/cli
Andrew Burgess 5cf3b30948 gdb: remove duplicate cmd_list_element declarations
For some reason we have two locations where cmd_list_elements are
declared, cli/cli-cmds.h and gdbcmd.h.  Worse still there is
duplication between these two locations.

In this commit I have moved all of the cmd_list_element declarations
from gdbcmd.h into cli/cli-cmds.h and removed the duplicates.

There should be no user visible changes after this commit.
2021-09-27 11:31:35 +01:00
..
cli-cmds.c gdb: rename cfunc to simple_func 2021-07-23 15:38:54 -04:00
cli-cmds.h gdb: remove duplicate cmd_list_element declarations 2021-09-27 11:31:35 +01:00
cli-decode.c gdb: remove cmd_list_element::function::sfunc 2021-07-23 15:38:54 -04:00
cli-decode.h gdb: remove cmd_list_element::function::sfunc 2021-07-23 15:38:54 -04:00
cli-dump.c gdb: remove cmd_list_element::function::sfunc 2021-07-23 15:38:54 -04:00
cli-interp.c gdbsupport, gdb: give names to observers 2021-04-24 19:26:41 -04:00
cli-interp.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
cli-logging.c gdb: generate the prefix name for prefix commands on demand 2021-05-12 11:19:22 +01:00
cli-option.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
cli-option.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
cli-script.c Move value_true to value.h 2021-09-24 11:58:04 -06:00
cli-script.h cli-script: use unique_ptr to not leak next struct 2021-05-20 21:03:47 +02:00
cli-setshow.c gdb: use bool in notify_command_param_changed_p and do_set_command 2021-08-19 14:29:30 -04:00
cli-setshow.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
cli-style.c gdb: remove context parameter from add_setshow_enum_cmd 2021-06-25 21:39:26 -04:00
cli-style.h gdb: generate the prefix name for prefix commands on demand 2021-05-12 11:19:22 +01:00
cli-utils.c Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00
cli-utils.h Update copyright year range in all GDB files 2021-01-01 12:12:21 +04:00