projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79ee37b
)
(annotate_frame_begin): Re-instate frame-begin annotation for level 3
author
Nick Roberts
<nickrob@snap.net.nz>
Thu, 13 Jul 2006 07:43:44 +0000
(07:43 +0000)
committer
Nick Roberts
<nickrob@snap.net.nz>
Thu, 13 Jul 2006 07:43:44 +0000
(07:43 +0000)
annotations.
gdb/annotate.c
patch
|
blob
|
history
diff --git
a/gdb/annotate.c
b/gdb/annotate.c
index 188c88fdfa80b86613babc9ecc36aa24a25f86b6..88bab3c7c0ebece1cd8c1badba28b75b87b67c4e 100644
(file)
--- 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);