diff options
author | Andreas Arnez <arnez@linux.vnet.ibm.com> | 2016-03-01 12:43:55 +0100 |
---|---|---|
committer | Andreas Arnez <arnez@linux.vnet.ibm.com> | 2016-03-01 12:43:55 +0100 |
commit | f24894771e384b1bc60dc0f2c104d7e7fad3c865 (patch) | |
tree | 53ec5760eda5c41e2f78f16b1130b59f5fea2f0a /gdb/ChangeLog | |
parent | 020efce52a569bde99f64b20cedbec2b2a5b5fe9 (diff) | |
download | binutils-gdb-f24894771e384b1bc60dc0f2c104d7e7fad3c865.tar.gz |
S390: Fix internal error with stackless inferior
This fixes a GDB internal error that may occur when the inferior has no
valid stack pointer in r15.
gdb/testsuite/ChangeLog:
* gdb.arch/s390-stackless.S: New.
* gdb.arch/s390-stackless.exp: New.
gdb/ChangeLog:
* s390-linux-tdep.c (s390_backchain_frame_unwind_cache): Avoid
exception when attempting to access the inferior's backchain.
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 a7289599297..75c9285a78a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com> + + * s390-linux-tdep.c (s390_backchain_frame_unwind_cache): Avoid + exception when attempting to access the inferior's backchain. + 2016-02-29 Yao Qi <yao.qi@linaro.org> * aarch64-linux-tdep.c (aarch64_canonicalize_syscall): Support |