9#ifndef LLDB_TARGET_APPLEARM64EXCEPTIONCLASS_H
10#define LLDB_TARGET_APPLEARM64EXCEPTIONCLASS_H
17#define APPLE_ARM64_EXCEPTION_CLASS(Name, Code) Name = Code,
18#include "AppleArm64ExceptionClass.def"
40#define APPLE_ARM64_EXCEPTION_CLASS(Name, Code) \
41 case AppleArm64ExceptionClass::Name: \
43#include "AppleArm64ExceptionClass.def"
45 return "Unknown Exception Class";
A class that represents a running process on the host machine.
AppleArm64ExceptionClass getAppleArm64ExceptionClass(uint32_t esr)
Get the Apple ARM64 exception class encoded within esr.
const char * toString(AppleArm64ExceptionClass EC)