Package com.abovevacant.epitaph.core
Class StackHistoryBuffer
java.lang.Object
com.abovevacant.epitaph.core.StackHistoryBuffer
Stack history buffer for shadow call stack.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal List<StackHistoryBufferEntry> Entries in the stack history buffer.final longThread ID. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
tid
public final long tidThread ID. -
entries
Entries in the stack history buffer.
-
-
Constructor Details
-
StackHistoryBuffer
-