From: Nick Roberts Date: Tue, 20 May 2008 21:03:34 +0000 (+0000) Subject: (annotate_new_thread): New function for new-thread X-Git-Tag: msnyder-reverse-20080609-branchpoint~178 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d17d49478f357f6c4956b4add384e7d41d6f650e;p=thirdparty%2Fbinutils-gdb.git (annotate_new_thread): New function for new-thread annotation. --- diff --git a/gdb/annotate.c b/gdb/annotate.c index faf265fefdf..9494ee0beda 100644 --- a/gdb/annotate.c +++ b/gdb/annotate.c @@ -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) {