aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorRandolph Chung <tausq@debian.org>2004-05-08 03:45:44 +0000
committerRandolph Chung <tausq@debian.org>2004-05-08 03:45:44 +0000
commit2f0e8c7afffc1b2915c1f5b13bdf6551be661d75 (patch)
treea6a19c89aa60e3563bf473082abd09e584e805b8 /gdb/ChangeLog
parent959464ff2ccd5263594a24a65b073f6d11eb6784 (diff)
downloadgdb-2f0e8c7afffc1b2915c1f5b13bdf6551be661d75.zip
gdb-2f0e8c7afffc1b2915c1f5b13bdf6551be661d75.tar.gz
gdb-2f0e8c7afffc1b2915c1f5b13bdf6551be661d75.tar.bz2
2004-05-07 Randolph Chung <tausq@debian.org>
* hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc instead of sp, handle sigaltstack case. (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the signal handler and not that of the caller. (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to hppa_linux_sigtramp_find_sigcontext.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 6460705..1d297c8 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,15 @@
2004-05-07 Randolph Chung <tausq@debian.org>
+ * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
+ instead of sp, handle sigaltstack case.
+ (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
+ hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
+ signal handler and not that of the caller.
+ (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
+ hppa_linux_sigtramp_find_sigcontext.
+
+2004-05-07 Randolph Chung <tausq@debian.org>
+
* Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
hppa-linux-nat.c.
(hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.