Fix Assertion pid != 0 failure in AIX.
authorAditya Kamath <Aditya.Kamath1@ibm.com>
Tue, 2 May 2023 15:08:14 +0000 (10:08 -0500)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Tue, 2 May 2023 15:32:45 +0000 (17:32 +0200)
commita047f82b3c5e34072f1ca77af486a77a744ccdd5
tree7b4d838366105fd132e19e276ae8bcfcb2133e49
parente29e63040dd09449a21762bcacabdf31d580beee
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.
gdb/aix-thread.c