zig/lib/std/dwarf
kcbanner f04f9705cc dwarf: add support for DWARF5 DW_AT_ranges in subprograms, add DebugRangeIterator
Some DWARF5 subprograms have non-contiguous instruction ranges. An example of such
a function is `puts` in Ubuntu's libc. This change fixes name lookups for functions that use
DW_AT_range in their DIE.
2023-07-20 22:58:14 -04:00
..
abi.zig dwarf: add support for DWARF5 DW_AT_ranges in subprograms, add DebugRangeIterator 2023-07-20 22:58:14 -04:00
AT.zig
ATE.zig
call_frame.zig debug: x86 unwinding support, more unwinding fixes 2023-07-20 22:58:14 -04:00
EH.zig - add default register rule 2023-07-20 22:58:13 -04:00
expressions.zig update to new builtin syntax 2023-07-20 22:58:14 -04:00
FORM.zig
LANG.zig
OP.zig wasm: Implement debug info for parameters 2022-05-09 18:51:46 +02:00
TAG.zig