aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2011-05-27 18:39:49 +0000
committerPedro Alves <palves@redhat.com>2011-05-27 18:39:49 +0000
commit619cebe87fc24b0ca07054a7fd34c550648c417e (patch)
treeee9180e371a87e1c7bee7bf4323cde0643ff737c /gdb/ChangeLog
parentbe34f8494e0befe68d8071f46edc16d9aa3c9238 (diff)
downloadgdb-619cebe87fc24b0ca07054a7fd34c550648c417e.zip
gdb-619cebe87fc24b0ca07054a7fd34c550648c417e.tar.gz
gdb-619cebe87fc24b0ca07054a7fd34c550648c417e.tar.bz2
2011-05-27 Pedro Alves <pedro@codesourcery.com>
gdb/ * defs.h (struct thread_info, struct inferior): Delete forward declarations. * breakpoint.h (struct thread_info): New forward declaration. * observer.sh (struct inferior): New forward declaration. * python/python-internal.h (struct inferior): New forward declaration.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index b57fa08..83203a2 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,14 @@
2011-05-27 Pedro Alves <pedro@codesourcery.com>
+ * defs.h (struct thread_info, struct inferior): Delete forward
+ declarations.
+ * breakpoint.h (struct thread_info): New forward declaration.
+ * observer.sh (struct inferior): New forward declaration.
+ * python/python-internal.h (struct inferior): New forward
+ declaration.
+
+2011-05-27 Pedro Alves <pedro@codesourcery.com>
+
* defs.h (struct continuation, continuation_ftype)
(continuation_free_arg_ftype, add_continuation)
(do_all_continuations, do_all_continuations_thread)