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
A somewhat easy way to see this is with disassemble/s in gdb. (Also for some reason gdb thinks that this line 2 is the end of the prologue for the function, but from the disassembly this is many instructions in, so I think something else weird is going on here.)
The text was updated successfully, but these errors were encountered:
Consider this test case:
If I compile this and then examine the resulting DWARF line table for
p
, I see that it apparently covers line 2:A somewhat easy way to see this is with
disassemble/s
in gdb. (Also for some reason gdb thinks that this line 2 is the end of the prologue for the function, but from the disassembly this is many instructions in, so I think something else weird is going on here.)The text was updated successfully, but these errors were encountered: