class ProcessHandler

Defined at line 20 of file ../../src/developer/forensics/exceptions/process_handler.h

Handles a pending exception by handing it off to a subprocess. The lifetime of the subprocess

is automatically managed and it is replaced if it crashes.

Public Methods

void ProcessHandler (ProcessHandler && )

Defined at line 27 of file ../../src/developer/forensics/exceptions/process_handler.h

ProcessHandler & operator= (ProcessHandler && )

Defined at line 28 of file ../../src/developer/forensics/exceptions/process_handler.h

void ProcessHandler (async_dispatcher_t * dispatcher, bool suspend_enabled, LogMonikerFn log_moniker, fit::closure on_available)

Defined at line 67 of file ../../src/developer/forensics/exceptions/process_handler.cc

void ~ProcessHandler ()

Defined at line 79 of file ../../src/developer/forensics/exceptions/process_handler.cc

void Handle (zx::exception exception, zx::process process, zx::thread thread)

Defined at line 85 of file ../../src/developer/forensics/exceptions/process_handler.cc