summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r--gdb/gdbserver/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index c5312d02181..191c90e8b02 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,3 +1,19 @@
+2015-05-08 Yao Qi <yao.qi@linaro.org>
+
+ * linux-low.c (linux_supports_conditional_breakpoints): New
+ function.
+ (linux_target_ops): Install new target method.
+ * lynx-low.c (lynx_target_ops): Install NULL hook for
+ supports_conditional_breakpoints.
+ * nto-low.c (nto_target_ops): Likewise.
+ * spu-low.c (spu_target_ops): Likewise.
+ * win32-low.c (win32_target_ops): Likewise.
+ * server.c (handle_query): Check
+ target_supports_conditional_breakpoints.
+ * target.h (struct target_ops) <supports_conditional_breakpoints>:
+ New field.
+ (target_supports_conditional_breakpoints): New macro.
+
2015-05-06 Pedro Alves <palves@redhat.com>
PR server/18081