DescriptionRun mig to generate the exc and mach_exc interfaces.
mach_exc is necessary because libSystem doesn’t contain this at all. exc
is necessary too, however: the copy in libSystem relies on the server
callbacks being externally defined symbols, which is cheesey.
Additionally, some Crashpad code wants to call internal validation
(“check”) routines that are not normally accessible to outside callers
via the copy of exc in libSystem, but they are made accessible here by
processing mig’s output in this Python script.
R=rsesek@chromium.org
Committed: https://chromium.googlesource.com/crashpad/crashpad/+/5a0b7827ff367c07828e2e23e4be9f05bfe2af68
Patch Set 1 #
Total comments: 2
Patch Set 2 : Address review feedback #
Messages
Total messages: 6 (1 generated)
|