Add EXC_SYSCALL to the set of ignorable mach exceptions.
authorJim Ingham <jingham@apple.com>
Wed, 31 May 2023 21:43:00 +0000 (14:43 -0700)
committerJim Ingham <jingham@apple.com>
Thu, 1 Jun 2023 17:20:47 +0000 (10:20 -0700)
commit620dc1224ff9e4cb86e6e4d8e7c3941fc921887d
tree8df904bde31f0d68a6a65cbc424d3ad873934906
parent82b5a934b8e535d531b204af13775a820010c9be
Add EXC_SYSCALL to the set of ignorable mach exceptions.
Add some more tests of what exceptions we accept and don't accept.

Differential Revision: https://reviews.llvm.org/D151843
lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
lldb/test/API/macosx/ignore_exceptions/TestIgnoredExceptions.py