public static class CrashDump.CrashReport.ThreadCallstack extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
CrashDump.CrashReport.ThreadCallstack.CallstackContext |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
ThreadCallstack()
Default native constructor.
|
ThreadCallstack(long size)
Native array allocator.
|
ThreadCallstack(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CrashDump.CrashReport.ThreadCallstack.CallstackContext |
callStack() |
CrashDump.CrashReport.ThreadCallstack |
callStack(CrashDump.CrashReport.ThreadCallstack.CallstackContext setter) |
CrashDump.CrashReport.ThreadCallstack |
getPointer(long i) |
int |
instructionPointer() |
CrashDump.CrashReport.ThreadCallstack |
instructionPointer(int setter) |
CrashDump.CrashReport.ThreadCallstack |
position(long position) |
int |
stackBottom() |
CrashDump.CrashReport.ThreadCallstack |
stackBottom(int setter) |
int |
stackPointer() |
CrashDump.CrashReport.ThreadCallstack |
stackPointer(int setter) |
int |
stackTop() |
CrashDump.CrashReport.ThreadCallstack |
stackTop(int setter) |
int |
threadId() |
CrashDump.CrashReport.ThreadCallstack |
threadId(int setter) |
BytePointer |
threadName() |
CrashDump.CrashReport.ThreadCallstack |
threadName(BytePointer setter) |
BytePointer |
threadStatus() |
CrashDump.CrashReport.ThreadCallstack |
threadStatus(BytePointer setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic ThreadCallstack()
public ThreadCallstack(long size)
Pointer.position(long).public ThreadCallstack(Pointer p)
Pointer(Pointer).public CrashDump.CrashReport.ThreadCallstack position(long position)
public CrashDump.CrashReport.ThreadCallstack getPointer(long i)
getPointer in class Pointerpublic CrashDump.CrashReport.ThreadCallstack threadId(int setter)
@StdString public BytePointer threadName()
public CrashDump.CrashReport.ThreadCallstack threadName(BytePointer setter)
@StdString public BytePointer threadStatus()
public CrashDump.CrashReport.ThreadCallstack threadStatus(BytePointer setter)
public CrashDump.CrashReport.ThreadCallstack stackBottom(int setter)
public CrashDump.CrashReport.ThreadCallstack stackTop(int setter)
public CrashDump.CrashReport.ThreadCallstack stackPointer(int setter)
public CrashDump.CrashReport.ThreadCallstack instructionPointer(int setter)
@StdVector public CrashDump.CrashReport.ThreadCallstack.CallstackContext callStack()
public CrashDump.CrashReport.ThreadCallstack callStack(CrashDump.CrashReport.ThreadCallstack.CallstackContext setter)
Copyright © 2023. All rights reserved.