mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-05 15:15:42 +00:00
(annotate_new_thread): New function for new-thread
annotation.
This commit is contained in:
@@ -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
|
void
|
||||||
annotate_field_begin (struct type *type)
|
annotate_field_begin (struct type *type)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user