(annotate_new_thread): New function for new-thread

annotation.
This commit is contained in:
Nick Roberts 2008-05-20 21:03:34 +00:00
parent e8e48118bb
commit d17d49478f

View File

@ -233,6 +233,15 @@ annotate_frames_invalid (void)
}
}
void
annotate_new_thread (void)
{
if (annotation_level > 1)
{
printf_unfiltered (("\n\032\032new-thread\n"));
}
}
void
annotate_field_begin (struct type *type)
{