| commit | 19c5c1bb327dbb5c88cd52571896c56296f5a308 | [log] [tgz] |
|---|---|---|
| author | Aditya Vidyadhar Kamath <Aditya.Kamath1@ibm.com> | Fri Aug 11 03:43:23 2023 -0500 |
| committer | Ulrich Weigand <ulrich.weigand@de.ibm.com> | Fri Aug 11 11:42:00 2023 +0200 |
| tree | a9dfe920f7c0254424b28965b7f0cb8ad9c2cf11 | |
| parent | cca56b22a33bc279db358adca68f704329e5f0a3 [diff] |
Fix AIX build break. In a recent commit the signature of the scoped_restore_current_inferior_for_memory function was changed and in AIX we did not update the same. This patch updates it in aix-thread.c file fixed the break and the thread debugging works alright as a result.