public class AArch64DarwinUContextRegisterDumper extends Object implements UContextRegisterDumper
RegisterDumper.Context| Constructor and Description |
|---|
AArch64DarwinUContextRegisterDumper() |
| Modifier and Type | Method and Description |
|---|---|
void |
dumpRegisters(Log log,
Signal.ucontext_t uContext,
boolean printLocationInfo,
boolean allowJavaHeapAccess,
boolean allowUnsafeOperations) |
org.graalvm.word.PointerBase |
getHeapBase(Signal.ucontext_t uContext) |
org.graalvm.word.PointerBase |
getIP(Signal.ucontext_t uContext) |
org.graalvm.word.PointerBase |
getSP(Signal.ucontext_t uContext) |
org.graalvm.word.PointerBase |
getThreadPointer(Signal.ucontext_t uContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdumpRegisters, getHeapBase, getIP, getSP, getThreadPointerdumpReg, singletonpublic void dumpRegisters(Log log, Signal.ucontext_t uContext, boolean printLocationInfo, boolean allowJavaHeapAccess, boolean allowUnsafeOperations)
dumpRegisters in interface UContextRegisterDumperpublic org.graalvm.word.PointerBase getHeapBase(Signal.ucontext_t uContext)
getHeapBase in interface UContextRegisterDumperpublic org.graalvm.word.PointerBase getThreadPointer(Signal.ucontext_t uContext)
getThreadPointer in interface UContextRegisterDumperpublic org.graalvm.word.PointerBase getSP(Signal.ucontext_t uContext)
getSP in interface UContextRegisterDumperpublic org.graalvm.word.PointerBase getIP(Signal.ucontext_t uContext)
getIP in interface UContextRegisterDumper