diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
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) |