aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r--gdb/gdbserver/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index cd79d75..cfdb3e7 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,5 +1,11 @@
2015-02-20 Pedro Alves <palves@redhat.com>
+ * thread-db.c: Include "nat/linux-procfs.h".
+ (thread_db_init): Skip listing new threads if the kernel supports
+ PTRACE_EVENT_CLONE and /proc/PID/task/ is accessible.
+
+2015-02-20 Pedro Alves <palves@redhat.com>
+
* linux-low.c (status_pending_p_callback): Use ptid_match.
2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>