diff options
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 ceb6b10..8efc9da 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca> + * remote.h (remote_debug): Change to bool. + * remote.c (remote_debug): Change to bool. + (_initialize_remote): Adjust. + +2021-01-22 Simon Marchi <simon.marchi@polymtl.ca> + * target.h (remote_debug): Move to... * remote.h (remote_debug): ... here. * top.c (remote_debug): Move to... |