diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-03-21 22:53:49 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-03-21 22:53:49 +0000 |
commit | ca4bb888c147506ec98a7a7bbb8cf5b8a712f2ae (patch) | |
tree | e5020bf7ec580e265c84e7f0957c9628a62f99ae /gdb/ChangeLog | |
parent | 1777c7b4ae24cb323d1a29c268fa9eb43be02d2a (diff) | |
download | gdb-ca4bb888c147506ec98a7a7bbb8cf5b8a712f2ae.zip gdb-ca4bb888c147506ec98a7a7bbb8cf5b8a712f2ae.tar.gz gdb-ca4bb888c147506ec98a7a7bbb8cf5b8a712f2ae.tar.bz2 |
2004-03-21 Andrew Cagney <cagney@redhat.com>
* infrun.c (handle_inferior_event): For non legacy frames, use the
frame ID and frame type to identify a signal trampoline. Update
comments.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 07f8d56..16e852a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2004-03-21 Andrew Cagney <cagney@redhat.com> + + * infrun.c (handle_inferior_event): For non legacy frames, use the + frame ID and frame type to identify a signal trampoline. Update + comments. + 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com> * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h". |