summaryrefslogtreecommitdiff
path: root/gdb/annotate.c
diff options
context:
space:
mode:
authorNick Roberts <nickrob@snap.net.nz>2008-06-06 00:33:52 +0000
committerNick Roberts <nickrob@snap.net.nz>2008-06-06 00:33:52 +0000
commit4ea8a7a0753dbb8be51fee1bdaba0ae08615e2fd (patch)
treeb687e457dc14791b0e034debb2c406609b9c8356 /gdb/annotate.c
parentfa14163bc18880d1949726c5e27ef09c5e4eea5a (diff)
downloadgdb-4ea8a7a0753dbb8be51fee1bdaba0ae08615e2fd.tar.gz
* annotate.c (annotate_thread_changed): New function.
* thread.c (thread_command) : Use it. * infrun.c (normal_stop): Use it.
Diffstat (limited to 'gdb/annotate.c')
-rw-r--r--gdb/annotate.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/annotate.c b/gdb/annotate.c
index ee9adfac0fb..98a37aea423 100644
--- a/gdb/annotate.c
+++ b/gdb/annotate.c
@@ -243,6 +243,15 @@ annotate_new_thread (void)
}
void
+annotate_thread_changed (void)
+{
+ if (annotation_level > 1)
+ {
+ printf_unfiltered (("\n\032\032thread-changed\n"));
+ }
+}
+
+void
annotate_field_begin (struct type *type)
{
if (annotation_level == 2)