diff options
author | Randolph Chung <tausq@debian.org> | 2004-12-08 01:44:02 +0000 |
---|---|---|
committer | Randolph Chung <tausq@debian.org> | 2004-12-08 01:44:02 +0000 |
commit | f1b38a579122b37f86f25c35e23eb75b72978bd1 (patch) | |
tree | ea9e83a2153ced507d2853efb3539512064b870c /gdb/ChangeLog | |
parent | 419b8bfb232845d92d913a1fed31c8a9b86ca936 (diff) | |
download | gdb-f1b38a579122b37f86f25c35e23eb75b72978bd1.zip gdb-f1b38a579122b37f86f25c35e23eb75b72978bd1.tar.gz gdb-f1b38a579122b37f86f25c35e23eb75b72978bd1.tar.bz2 |
2004-12-07 Randolph Chung <tausq@debian.org>
* hppa-tdep.c (hppa_stub_Frame_unwind_cache): Stop unwinding if
unwinding from a frame with pc == 0.
(hppa_stub_frame_this_id): Likewise.
(hppa_stub_frame_prev_register): Only provide real values if the frame
cache is not NULL.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6ef5c29..a337deaf 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,13 @@ 2004-12-07 Randolph Chung <tausq@debian.org> + * hppa-tdep.c (hppa_stub_Frame_unwind_cache): Stop unwinding if + unwinding from a frame with pc == 0. + (hppa_stub_frame_this_id): Likewise. + (hppa_stub_frame_prev_register): Only provide real values if the frame + cache is not NULL. + +2004-12-07 Randolph Chung <tausq@debian.org> + * solib-som.c: New file. * solib-som.h: New file. * solib-pa64.c: New file. |