aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Biesinger <cbiesinger@google.com>2019-10-30 16:19:11 -0500
committerChristian Biesinger <cbiesinger@google.com>2019-10-31 13:28:14 -0500
commit75cafaa61a0244016a2c2ee1d0b2742d674d7373 (patch)
treee259080487ae88c096bc987b2c88ab0f34f714ea /gdb/ChangeLog
parenti386; Add .code16gcc fldenv tests (diff)
downloadbinutils-gdb-75cafaa61a0244016a2c2ee1d0b2742d674d7373.tar.gz
binutils-gdb-75cafaa61a0244016a2c2ee1d0b2742d674d7373.tar.bz2
binutils-gdb-75cafaa61a0244016a2c2ee1d0b2742d674d7373.zip
Convert int to bool in agent.c
Also moves an int declaration inside the for loop. Code cleanup, no change in behavior intended. gdb/ChangeLog: 2019-10-31 Christian Biesinger <cbiesinger@google.com> * gdbsupport/agent.c (debug_agent): Change type to bool. (use_agent): Likewise. (all_agent_symbols_look_up): Likewise. (agent_loaded_p): Change return value to bool. (agent_look_up_symbols): Update. (agent_capability_check): Change return value to bool. * gdbsupport/agent.h (agent_loaded_p): Likewise. (debug_agent): Change type to bool. (use_agent): Likewise. (agent_capability_check): Change return value to bool. gdb/gdbserver/ChangeLog: 2019-10-31 Christian Biesinger <cbiesinger@google.com> * ax.h (debug_agent): Remove duplicate declaration. Change-Id: Icb28a65fcc8c7108bcd59287e6be66bf56f8ccb5
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0382082a92d..ee48133aa7a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,16 @@
+2019-10-31 Christian Biesinger <cbiesinger@google.com>
+
+ * gdbsupport/agent.c (debug_agent): Change type to bool.
+ (use_agent): Likewise.
+ (all_agent_symbols_look_up): Likewise.
+ (agent_loaded_p): Change return value to bool.
+ (agent_look_up_symbols): Update.
+ (agent_capability_check): Change return value to bool.
+ * gdbsupport/agent.h (agent_loaded_p): Likewise.
+ (debug_agent): Change type to bool.
+ (use_agent): Likewise.
+ (agent_capability_check): Change return value to bool.
+
2019-10-30 Christian Biesinger <cbiesinger@google.com>
* minsyms.c (clear_minimal_symbol_hash_tables): New function.