| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
!buildbot iOS |
Sorry, something went wrong.
|
🤖 New build scheduled with the buildbot fleet by @freakboy3742 for commit c5f5619 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F134712%2Fmerge The command will test the builders whose names match following regular expression: iOS The builders matched are:
|
Sorry, something went wrong.
|
Thanks @freakboy3742 for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14. |
Sorry, something went wrong.
|
GH-134714 is a backport of this pull request to the 3.14 branch. |
Sorry, something went wrong.
Correct Apple platform includes for iOS.
Correct Apple platform includes for iOS.
Correct Apple platform includes for iOS.
| Back | FazBrowse Home | New Git URL |
#134652 introduced some modifications to support remote debugging; however the platform #defines (in particular the ones on L103, L138 and L170) was incorrectly including iOS in the usage, but not in the definition of the pid_to_task symbol.
The pid_to_task implementation depends on libproc.h and mach/mach-vm.h, which aren't available on iOS.