mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 18:44:20 +08:00
(annotate_new_thread): New function for new-thread
annotation.
This commit is contained in:
parent
e8e48118bb
commit
d17d49478f
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user