Searched defs:UnwindInfo (Results 1 – 2 of 2) sorted by relevance
95 struct UnwindInfo { struct96 const VirtualThread &thread;97 const u64 *regs;98 size_t regNumber = 0;99 ArchType arch;100 CallStack &callStack;
131 struct UnwindInfo { struct132 const VirtualThread &thread;133 const u64 *regs;134 size_t regNumber;135 ArchType arch;136 CallStack &callStack;