Namespaces

Enumerations

enum ExceptionType
Name Value
kGeneral 8u
kFatalPageFault 264u
kUndefinedInstruction 520u
kSwBreakpoint 776u
kHwBreakpoint 1032u
kUnalignedAccess 1288u
kThreadStarting 32776u
kThreadExiting 33032u
kPolicyError 33288u
kProcessStarting 33544u

What type of exception was triggered.

Maps to the types defined in `zx_excp_type_t`.

If zircon/syscalls/exception.h changes, this needs to be updates as well to

reflect that.

Defined at line 21 of file fidling/gen/sdk/fidl/fuchsia.exception/fuchsia.exception/cpp/fidl/fuchsia.exception/cpp/common_types.h

Records