Convert the test file for TestIgnoredExceptions.py to the mach_vm API.
authorJim Ingham <jingham@apple.com>
Fri, 20 May 2022 22:14:26 +0000 (15:14 -0700)
committerJim Ingham <jingham@apple.com>
Fri, 20 May 2022 22:16:24 +0000 (15:16 -0700)
commitb369762beb70dfef22c7e793aed79b94d7dc0757
tree3dc8c5d1b7ddba9ea2871a1f632166dfc7311ee8
parent190b0f42cf559af7299c53ff010b55bc9b4f5f8c
Convert the test file for TestIgnoredExceptions.py to the mach_vm API.

The previous version of this test uses mprotect, and that seemed to be
flakey on older systems.  I converted the test to use the underlying
mach_vm API's.  The test only runs on Darwin anyway, so this is not a
real limitation, and I'm hoping the lower level API's work more
consistently.
lldb/test/API/macosx/ignore_exceptions/main.c