Enable multi-process debugging for AIX
authorAditya Vidyadhar Kamath <Aditya.Kamath1@ibm.com>
Tue, 15 Nov 2022 12:36:18 +0000 (13:36 +0100)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Tue, 15 Nov 2022 12:40:08 +0000 (13:40 +0100)
commitc7d0901842fc1b4391e1d7663608b7b43edd9fde
treeb5aee4911ef80dabd6b20316ce83eb5079516a52
parent8148339a741b37df6df3c4b3c4a7b9e812a79be7
Enable multi-process debugging for AIX

This patch adds multi-process debugging feature in AIX.

Till now AIX supported debugging only one inferior at a time,
now we can be able to debug multi process.  Users can use set
follow fork mode in child or parent and set detach on fork on
or off to enable/disable simultaneous debugging of parent/child.
gdb/rs6000-aix-nat.c