diff options
author | Aditya Kamath <Aditya.Kamath1@ibm.com> | 2023-05-02 10:08:14 -0500 |
---|---|---|
committer | Ulrich Weigand <ulrich.weigand@de.ibm.com> | 2023-05-02 17:32:45 +0200 |
commit | a047f82b3c5e34072f1ca77af486a77a744ccdd5 (patch) | |
tree | 7b4d838366105fd132e19e276ae8bcfcb2133e49 /gdb/python/py-objfile.c | |
parent | e29e63040dd09449a21762bcacabdf31d580beee (diff) | |
download | binutils-a047f82b3c5e34072f1ca77af486a77a744ccdd5.zip binutils-a047f82b3c5e34072f1ca77af486a77a744ccdd5.tar.gz binutils-a047f82b3c5e34072f1ca77af486a77a744ccdd5.tar.bz2 |
Fix Assertion pid != 0 failure in AIX.
In AIX if there is a main and a thread created from it , then once the
program completed execution and goes to pd_disable () inferior_ptid
had pid 0 leading to an assertion failure while finding the thread's data
in aix-thread.c file.
This patch is a fix for the same.
Diffstat (limited to 'gdb/python/py-objfile.c')
0 files changed, 0 insertions, 0 deletions