Contents

CrashedProcess

A synchronous client for accessing crash data from the host process.

Declaration

final class CrashedProcess

Overview

Your extension receives this type as the parameter to processCrashReport(process:). Use this class to access symbolication and binary images, and perform symbol lookup. You can also access the corpsePort to send Mach IPC commands to the crashed process.

Topics

Accessing process properties

Symbolicating addresses

Accessing symbols

See Also

Processing a crash report