From 21aea083c6fe1b8c9e758ec3c5f9b72dcf55822b Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Tue, 20 May 2008 21:03:34 +0000 Subject: [PATCH] (annotate_new_thread): New function for new-thread annotation. --- gdb/annotate.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gdb/annotate.c b/gdb/annotate.c index faf265fefd..9494ee0bed 100644 --- a/gdb/annotate.c +++ b/gdb/annotate.c @@ -234,6 +234,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) { if (annotation_level == 2) -- 2.11.0