X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=9a611ae939d93cf2dc7eb6edb2eaf0d751c4e5f5;hb=3b6acaee895303e1800f5a9e3c20127c185a1209;hp=b5f664c2bc5824984009edb58187e469812a1472;hpb=c69ad65744134f0c28432cc7c5204b9950f0b2c7;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b5f664c2bc..9a611ae939 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,29 @@ +2020-05-03 Tom Tromey + + * breakpoint.c (catch_command, tcatch_command): Remove. + (_initialize_breakpoint): Use add_basic_prefix_cmd, + add_show_prefix_cmd. + (set_breakpoint_cmd, show_breakpoint_cmd): Remove + * utils.c (set_internal_problem_cmd, show_internal_problem_cmd): + Remove. + (add_internal_problem_command): Use add_basic_prefix_cmd, + add_show_prefix_cmd. + * mips-tdep.c (set_mipsfpu_command): Remove. + (_initialize_mips_tdep): Use add_basic_prefix_cmd. + * dwarf2/index-cache.c (set_index_cache_command): Remove. + (_initialize_index_cache): Use add_basic_prefix_cmd. + * memattr.c (dummy_cmd): Remove. + (_initialize_mem): Use add_basic_prefix_cmd, add_show_prefix_cmd. + * tui/tui-win.c (set_tui_cmd, show_tui_cmd): Remove. + (_initialize_tui_win): Use add_basic_prefix_cmd, + add_show_prefix_cmd. + * cli/cli-logging.c (set_logging_command): Remove. + (_initialize_cli_logging): Use add_basic_prefix_cmd, + add_show_prefix_cmd. + (show_logging_command): Remove. + * target.c (target_command): Remove. + (add_target): Use add_basic_prefix_cmd. + 2020-05-02 Hannes Domani * gdbtypes.h (enum dynamic_prop_node_kind): Fix typo.