aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-04-02 20:21:07 +0000
committerAndrew Cagney <cagney@redhat.com>2004-04-02 20:21:07 +0000
commitadb54772d26f3651310c78860ccb383433a46337 (patch)
treec7ba2b0a6259f2e8803ef7ecd99760145ce7c8f8 /gdb/ChangeLog
parent304396fba9a40662a849f6a116351f3b508bcd68 (diff)
downloadgdb-adb54772d26f3651310c78860ccb383433a46337.zip
gdb-adb54772d26f3651310c78860ccb383433a46337.tar.gz
gdb-adb54772d26f3651310c78860ccb383433a46337.tar.bz2
2004-04-02 Andrew Cagney <cagney@redhat.com>
* frame.c (get_prev_frame_1): Exclude signal trampolines from the "previous frame inner to this frame" test.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index cf9cbdd..151ade1 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2004-04-02 Andrew Cagney <cagney@redhat.com>
+ * frame.c (get_prev_frame_1): Exclude signal trampolines from the
+ "previous frame inner to this frame" test.
+
+2004-04-02 Andrew Cagney <cagney@redhat.com>
+
* frame.c (safe_frame_unwind_memory): New function.
* frame.h (safe_frame_unwind_memory): Declare. Update description
of /safe_/ methods.