https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206384

--- Comment #3 from Ed Maste <ema...@freebsd.org> ---
By comparison, the equivalent struct in the GCC unwinder:

(lldb) p sizeof(_Unwind_FrameState)
(unsigned long) $3 = 384

as it has storage for only 18 registers:

(lldb) p sizeof(fs.regs.reg) / sizeof(fs.regs.reg[0])
(unsigned long) $9 = 18

while LLVM's libunwind has storage for:
kMaxRegisterNumber = 120

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to