diff options
author | Pedro Alves <palves@redhat.com> | 2008-06-06 02:35:47 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2008-06-06 02:35:47 +0000 |
commit | a2b87ed1191d4953ab92dbb22d8c8683d5db715e (patch) | |
tree | 6bc4a24707c077c92624bc05692fd912aac42fe0 /gdb | |
parent | 6e7ba38bc5526abd0c012b3b611e352d7e81825e (diff) | |
download | gdb-a2b87ed1191d4953ab92dbb22d8c8683d5db715e.zip gdb-a2b87ed1191d4953ab92dbb22d8c8683d5db715e.tar.gz gdb-a2b87ed1191d4953ab92dbb22d8c8683d5db715e.tar.bz2 |
* annotate.h (annotate_thread_changed): Declare.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/annotate.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 52f760d..d899475 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2008-06-06 Pedro Alves <pedro@codesourcery.com> + + * annotate.h (annotate_thread_changed): Declare. + 2008-06-06 Nick Roberts <nickrob@snap.net.nz> * annotate.c (annotate_thread_changed): New function. diff --git a/gdb/annotate.h b/gdb/annotate.h index 2b618ed..bbc274f 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; |