* annotate.c (annotate_thread_changed): New function.

* thread.c (thread_command) : Use it.
* infrun.c (normal_stop): Use it.
This commit is contained in:
Nick Roberts 2008-06-06 00:33:52 +00:00
parent 3d6d0b9dd5
commit b8fa951a9b
3 changed files with 11 additions and 0 deletions

View file

@ -242,6 +242,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)
{