aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/ChangeLog
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2011-09-21 16:15:27 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2011-09-21 16:15:27 +0000
commit71487fd776633dfd3489089e1fb2342044cd813f (patch)
treeb65ff26f2e0dc8404da214806f5c0c464c114bd2 /gdb/gdbserver/ChangeLog
parentb2cd6b294833b0dd0d5b913580fa7e5a72565b41 (diff)
downloadgdb-71487fd776633dfd3489089e1fb2342044cd813f.zip
gdb-71487fd776633dfd3489089e1fb2342044cd813f.tar.gz
gdb-71487fd776633dfd3489089e1fb2342044cd813f.tar.bz2
* linux-arm-low.c (struct arm_linux_hwbp_cap): Remove.
(arm_linux_hwbp_cap): New static variable. (arm_linux_get_hwbp_cap): Replace by ... (arm_linux_init_hwbp_cap): ... this new function. (arm_linux_get_hw_breakpoint_count): Use arm_linux_hwbp_cap. (arm_linux_get_hw_watchpoint_count): Likewise. (arm_linux_get_hw_watchpoint_max_length): Likewise. (arm_arch_setup): Call arm_linux_init_hwbp_cap. (arm_prepare_to_resume): Use perror_with_name instead of error.
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r--gdb/gdbserver/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index 60eb811..e3e2402 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,5 +1,17 @@
2011-11-15 Ulrich Weigand <ulrich.weigand@linaro.org>
+ * linux-arm-low.c (struct arm_linux_hwbp_cap): Remove.
+ (arm_linux_hwbp_cap): New static variable.
+ (arm_linux_get_hwbp_cap): Replace by ...
+ (arm_linux_init_hwbp_cap): ... this new function.
+ (arm_linux_get_hw_breakpoint_count): Use arm_linux_hwbp_cap.
+ (arm_linux_get_hw_watchpoint_count): Likewise.
+ (arm_linux_get_hw_watchpoint_max_length): Likewise.
+ (arm_arch_setup): Call arm_linux_init_hwbp_cap.
+ (arm_prepare_to_resume): Use perror_with_name instead of error.
+
+2011-11-15 Ulrich Weigand <ulrich.weigand@linaro.org>
+
* linux-arm-low.c: Include <signal.h>.
(PTRACE_GETHBPREGS, PTRACE_SETHBPREGS): Define if necessary.
(struct arm_linux_hwbp_cap): New data type.