aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/ChangeLog
diff options
context:
space:
mode:
authorAlan Hayward <alan.hayward@arm.com>2019-06-25 11:04:59 +0100
committerAlan Hayward <alan.hayward@arm.com>2019-07-10 11:59:34 +0100
commit166a82be89008621a31e6e56b2d52a049b53e341 (patch)
tree485bbea510454c2f43adfbd8050f8d38c6a87fd4 /gdb/gdbserver/ChangeLog
parent9fb4c7e9f00accbbf92fc0b0a53978fd50ff6bb0 (diff)
downloadgdb-166a82be89008621a31e6e56b2d52a049b53e341.zip
gdb-166a82be89008621a31e6e56b2d52a049b53e341.tar.gz
gdb-166a82be89008621a31e6e56b2d52a049b53e341.tar.bz2
Arm: Minor style cleanups
*When reading a target description, do the ptrace check before picking the target description. *In wmmxregset functions, declare the counter inside the for. *Call arm_linux_init_hwbp_cap from in arm_arch_setup - it doesn't belong in arm_read_description. gdb/ChangeLog: * arm-linux-nat.c (arm_linux_nat_target::read_description): Check ptrace earlier, gdb/gdbserver/ChangeLog: * linux-arm-low.c (arm_fill_wmmxregset, arm_store_wmmxregset): Move counter inside for. (arm_read_description): Check ptrace earlier. (arm_arch_setup): Call arm_linux_init_hwbp_cap here.
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r--gdb/gdbserver/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index 0a48ad5..51aaa77 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,3 +1,10 @@
+2019-07-10 Alan Hayward <alan.hayward@arm.com>
+
+ * linux-arm-low.c (arm_fill_wmmxregset, arm_store_wmmxregset):
+ Move counter inside for.
+ (arm_read_description): Check ptrace earlier.
+ (arm_arch_setup): Call arm_linux_init_hwbp_cap here.
+
2019-07-09 Tom Tromey <tom@tromey.com>
* configure: Rebuild.