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
This is partially done using DW_OP_fbreg and DW_OP_call_frame_cfa in location expressions. To do better, I think I need to also handle DW_OP_breg*, but for that I also need to determine how the base register relates to the stack frame... maybe this can be determined by getting the CFA from the CFI. Also, need to investigate how complete this information is going to be... there's big holes in the current output, and I don't think that DW_OP_breg* will be enough to fix that.
Use DWARF locations to determine the stack layout.
The text was updated successfully, but these errors were encountered: