Class TombstoneThread

java.lang.Object
com.abovevacant.epitaph.core.TombstoneThread

public final class TombstoneThread extends Object
A thread from the crashed process.
  • Field Details

    • id

      public final int id
      Thread ID.
    • name

      public final String name
      Thread name, or empty string if unknown.
    • registers

      public final List<Register> registers
      CPU registers at time of crash.
    • backtraceNote

      public final List<String> backtraceNote
      Notes about the backtrace (e.g., warnings about unwinding).
    • unreadableElfFiles

      public final List<String> unreadableElfFiles
      List of ELF files that couldn't be read.
    • backtrace

      public final List<BacktraceFrame> backtrace
      Backtrace frames (most recent call first).
    • memoryDump

      public final List<MemoryDump> memoryDump
      Memory dumps associated with this thread.
    • taggedAddrCtrl

      public final long taggedAddrCtrl
      Tagged address control register value.
    • pacEnabledKeys

      public final long pacEnabledKeys
      PAC enabled keys value.
  • Constructor Details