aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2021-01-22 12:40:48 -0500
committerSimon Marchi <simon.marchi@polymtl.ca>2021-01-22 12:40:48 -0500
commit02349803fc5a7941b4e23d1580bd8b600d6be1bd (patch)
tree63d3416fbdf5e1d6f69581cb1837f67c8cb50c8a /gdb/ChangeLog
parentcda09ec9f9cbebef06345a5fb768f347267b3d73 (diff)
downloadgdb-02349803fc5a7941b4e23d1580bd8b600d6be1bd.zip
gdb-02349803fc5a7941b4e23d1580bd8b600d6be1bd.tar.gz
gdb-02349803fc5a7941b4e23d1580bd8b600d6be1bd.tar.bz2
gdb: change remote_debug to bool
As far as I can see, there are no more spots looking for a remote_debug other than true/false. If we ever want to revert to an int, we can always change it back later, but this makes things simpler for now. gdb/ChangeLog: * remote.h (remote_debug): Change to bool. * remote.c (remote_debug): Change to bool. (_initialize_remote): Adjust. Change-Id: I21aac5b4cff9dc4f75c8efaf47c23583ecabd2a6
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
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...