Files
zig/lib/std
Andrew Kelley 022bca9b06 std.debug.Dwarf: better source location information
Two fixes here:

Sort by addresses after generating the line table. Debug information in
the wild is not sorted and the rest of the implementation requires this
data to be sorted.

Handle DW.LNE.end_sequence correctly. When I originally wrote this code,
I misunderstood what this opcode was supposed to do. Now I understand
that it marks the *end* of an address range, meaning the current address
does *not* map to the current line information.

This fixes source location information for a big chunk of ReleaseSafe
code.
2024-08-13 18:04:23 -07:00
..
2024-08-01 13:56:12 -07:00
2024-08-01 13:47:23 -07:00
2024-08-07 00:48:32 -07:00
2024-07-25 18:52:20 -07:00
2024-07-30 20:31:22 +12:00
2024-08-13 10:11:17 -07:00
2024-07-23 11:43:12 -07:00
2024-08-12 08:59:49 +02:00
2024-08-07 00:48:32 -07:00
2024-08-01 13:56:12 -07:00
2024-08-07 00:48:32 -07:00
2024-07-31 16:57:42 -07:00
2024-07-28 21:34:14 -07:00
2024-08-01 22:11:35 -07:00
2024-07-25 18:52:20 -07:00
2024-07-31 16:57:42 -07:00