(annotate_frame_begin): Re-instate frame-begin annotation for level 3
authorNick Roberts <nickrob@snap.net.nz>
Thu, 13 Jul 2006 07:43:44 +0000 (07:43 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Thu, 13 Jul 2006 07:43:44 +0000 (07:43 +0000)
annotations.

gdb/annotate.c

index 188c88fdfa80b86613babc9ecc36aa24a25f86b6..88bab3c7c0ebece1cd8c1badba28b75b87b67c4e 100644 (file)
@@ -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);
This page took 0.028035 seconds and 4 git commands to generate.