diff options
author | Tom Tromey <tromey@adacore.com> | 2020-05-11 15:28:12 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2020-05-11 15:30:40 -0600 |
commit | 4fd6c7e872c3ab3adbca73d7fa76fed627bca890 (patch) | |
tree | 674cdf53fdc793aba73e86351cab757a959d011b /gdb/ChangeLog | |
parent | d30dcd1288ab230d9600413fc78a29bbd96aa14a (diff) | |
download | gdb-4fd6c7e872c3ab3adbca73d7fa76fed627bca890.zip gdb-4fd6c7e872c3ab3adbca73d7fa76fed627bca890.tar.gz gdb-4fd6c7e872c3ab3adbca73d7fa76fed627bca890.tar.bz2 |
Restore info_command and breakpoint
As discussed on gdb-patches, this restores info_command and the
breakpoint on info_command in gdb-gdb.gdb. This reverts a tiny part
of 0743fc83c03 ("Replace most calls to help_list and cmd_show_list"),
as well as 652fc23a30a ("Remove gdb-gdb.gdb breakpoint on disappeared
function info_command.").
gdb/ChangeLog
2020-05-11 Tom Tromey <tromey@adacore.com>
* cli/cli-cmds.c (info_command): Restore.
(_initialize_cli_cmds): Use add_prefix_command for "info".
* gdb-gdb.gdb.in: Restore breakpoint on info_command.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c88961f..3db87b9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2020-05-11 Tom Tromey <tromey@adacore.com> + * cli/cli-cmds.c (info_command): Restore. + (_initialize_cli_cmds): Use add_prefix_command for "info". + * gdb-gdb.gdb.in: Restore breakpoint on info_command. + +2020-05-11 Tom Tromey <tromey@adacore.com> + * ada-lang.c (ada_value_primitive_field): Now public. * ada-lang.h (ada_value_primitive_field): Declare. * ada-valprint.c (print_field_values): Use |