From b3448e031865d6a7fc3c8f82160d3d14dd063ca3 Mon Sep 17 00:00:00 2001 From: nickrob Date: Thu, 13 Jul 2006 07:43:44 +0000 Subject: [PATCH] (annotate_frame_begin): Re-instate frame-begin annotation for level 3 annotations. --- gdb/annotate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/annotate.c b/gdb/annotate.c index 188c88fdfa..88bab3c7c0 100644 --- a/gdb/annotate.c +++ b/gdb/annotate.c @@ -430,7 +430,7 @@ annotate_source (char *filename, int line, int character, int mid, CORE_ADDR pc) void annotate_frame_begin (int level, CORE_ADDR pc) { - if (annotation_level == 2) + if (annotation_level > 1) { printf_filtered (("\n\032\032frame-begin %d 0x"), level); deprecated_print_address_numeric (pc, 0, gdb_stdout); -- 2.11.0