You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GCC normally used on illumos systems is patched to support -msave-args, a GCC analogue of Studio's -Wu,-save_args, which pushes all register-passed arguments to the stack such that mdb can then find them on amd64.
It'd be a lot easier to debug in the kvm module if it was built with this flag, too.
The text was updated successfully, but these errors were encountered:
The GCC normally used on illumos systems is patched to support -msave-args, a GCC analogue of Studio's -Wu,-save_args, which pushes all register-passed arguments to the stack such that mdb can then find them on amd64.
It'd be a lot easier to debug in the kvm module if it was built with this flag, too.
The text was updated successfully, but these errors were encountered: