diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index df54d9a..0eee5b5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,14 @@ 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca> + * cli/cli-cmds.c (show_remote_debug): Remove. + (show_remote_timeout): Remove. + (_initialize_cli_cmds): Don't register commands. + * remote.c (show_remote_debug): Move here. + (show_remote_timeout): Move here. + (_initialize_remote): Register commands. + +2021-01-22 Simon Marchi <simon.marchi@polymtl.ca> + * gdbtypes.h (TYPE_OBJFILE): Remove, change all users to use the type::objfile method instead. |