struct ExceptionContext

Defined at line 22 of file ../../src/developer/forensics/exceptions/tests/crasher_wrapper.h

This struct represents all the state needed to keep correct track of an exception.

It has the owning job and process from the exception.

The thread can be obtained from the exception if needed.

Public Members

job job
port port
channel exception_channel
exception exception
zx_exception_info exception_info
process process
zx_koid_t process_koid
basic_string process_name
thread thread
zx_koid_t thread_koid
basic_string thread_name