Searched defs:UnwindInfo (Results 1 – 2 of 2) sorted by relevance
128 struct UnwindInfo { struct129 const VirtualThread &thread;130 const u64 *regs;131 size_t regNumber;132 ArchType arch;133 CallStack &callStack;
54 struct UnwindInfo { struct55 const VirtualThread &thread;56 const std::vector<u64> ®s;57 const std::vector<char> &stack;