aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2009-12-03 17:59:02 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2009-12-03 17:59:02 +0000
commitfb169834478e0db3ffe865300c0cf4556160c7bd (patch)
treef47e832ccac7c9be5b12a34cedccc203610a3b9c /gdb/ChangeLog
parent1f3b5d1bafa98e6c80d623b585b42c76a97b58ee (diff)
downloadgdb-fb169834478e0db3ffe865300c0cf4556160c7bd.zip
gdb-fb169834478e0db3ffe865300c0cf4556160c7bd.tar.gz
gdb-fb169834478e0db3ffe865300c0cf4556160c7bd.tar.bz2
gdb/
* linux-thread-db.c (find_new_threads_once): Change errp and err types to td_err_e. (thread_db_find_new_threads_2): Change err type to td_err_e.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f969a9e..a36834e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ * linux-thread-db.c (find_new_threads_once): Change errp and err types
+ to td_err_e.
+ (thread_db_find_new_threads_2): Change err type to td_err_e.
+
2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
PR gdb/11022