* inferior.h (read_sp): Remove prototype.
[deliverable/binutils-gdb.git] / gdb / annotate.c
index 188c88fdfa80b86613babc9ecc36aa24a25f86b6..cd792a82db696b39d1ac72486f4f37035455e651 100644 (file)
@@ -1,6 +1,6 @@
 /* Annotation routines for GDB.
    Copyright (C) 1986, 1989, 1990, 1991, 1992, 1994, 1995, 1996, 1998, 1999,
-   2000 Free Software Foundation, Inc.
+   2000, 2007 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -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.027091 seconds and 4 git commands to generate.