diff options
author | Randolph Chung <tausq@debian.org> | 2004-12-08 01:56:16 +0000 |
---|---|---|
committer | Randolph Chung <tausq@debian.org> | 2004-12-08 01:56:16 +0000 |
commit | cc9bed83962b8ed4b30323cb86f52073b5efbf74 (patch) | |
tree | bed40b2af3da142cc57168c043ca10e8af1e0a95 /gdb/ChangeLog | |
parent | f77a2124d69481a53bfc5ddc7945de81f1dec428 (diff) | |
download | gdb-cc9bed83962b8ed4b30323cb86f52073b5efbf74.zip gdb-cc9bed83962b8ed4b30323cb86f52073b5efbf74.tar.gz gdb-cc9bed83962b8ed4b30323cb86f52073b5efbf74.tar.bz2 |
2004-12-07 Randolph Chung <tausq@debian.org>
* frame.c (get_prev_frame): Don't terminate unwinding at main if we
are unwinding through a dummy frame.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 248197e..d422af4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2004-12-07 Randolph Chung <tausq@debian.org> + * frame.c (get_prev_frame): Don't terminate unwinding at main if we + are unwinding through a dummy frame. + +2004-12-07 Randolph Chung <tausq@debian.org> + * hppa-tdep.h (gdbarch_tdep): Add unwind_adjust_stub method. * hppa-hpux-tdep.c (hppa_hpux_unwind_adjust_stub): New function. (hppa_hpux_init_abi) Set unwind_adjust_stub method. |