From: Pedro Alves Date: Fri, 6 Jun 2008 02:35:47 +0000 (+0000) Subject: * annotate.h (annotate_thread_changed): Declare. X-Git-Tag: msnyder-reverse-20080609-branchpoint~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a2b87ed1191d4953ab92dbb22d8c8683d5db715e;p=thirdparty%2Fbinutils-gdb.git * annotate.h (annotate_thread_changed): Declare. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 52f760d30a8..d8994756c1b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2008-06-06 Pedro Alves + + * annotate.h (annotate_thread_changed): Declare. + 2008-06-06 Nick Roberts * annotate.c (annotate_thread_changed): New function. diff --git a/gdb/annotate.h b/gdb/annotate.h index 2b618ed182a..bbc274fbf84 100644 --- a/gdb/annotate.h +++ b/gdb/annotate.h @@ -44,6 +44,7 @@ extern void annotate_breakpoints_table_end (void); extern void annotate_frames_invalid (void); extern void annotate_new_thread (void); +extern void annotate_thread_changed (void); struct type;