(annotate_frame_begin): Re-instate frame-begin annotation for level 3

annotations.
This commit is contained in:
Nick Roberts 2006-07-13 07:43:44 +00:00
parent 79ee37bca8
commit 24ca47234f
1 changed files with 1 additions and 1 deletions

View 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);