commit | a68722065fd544995137677fb0e57c392ef00e0e | [log] [tgz] |
---|---|---|
author | Aditya Vidyadhar Kamath <Aditya.Kamath1@ibm.com> | Mon Nov 20 04:13:49 2023 -0600 |
committer | Ulrich Weigand <ulrich.weigand@de.ibm.com> | Tue Nov 21 10:23:38 2023 +0100 |
tree | d4630a6da70413277f578a1c0bf6d3aaf220ce27 | |
parent | 4be3bbe89f67c360098373d4850565a472c36f9d [diff] |
Fix gdb.bas/sigall.exp testcase in AIX. In AIX, we are not able to see the message of a signal recieved if a debugee recieves a signal. This is a patch to fix the signal handling done incorrectly in AIX. We remove the status that represent program recieving a signal and allow host_status_to_waitstatus to handle it for us.