zig/lib/std/debug/Dwarf
Alex Rønne Petersen c23a5ccd19
std.debug.Dwarf.SelfUnwinder: skip caching rules for unsupported registers
For unwinding purposes, we don't care about unsupported registers. Yet because
we added these rules to the cache entry, we'd later try to evaluate them and
thus fail the unwind attempt for no good reason. They'd also take up cache rule
slots that would be better spent on actually relevant registers.

Note that any attempt to read unsupported registers during unwinding will still
fail the unwind attempt as expected.
2025-10-07 09:28:43 +02:00
..
Unwind std.debug.Dwarf.Unwind: deal with invalid def_cfa_reg by GNU toolchains 2025-10-02 15:27:35 +02:00
expression.zig std.debug.SelfInfo: remove shared logic 2025-09-30 14:18:26 +01:00
SelfUnwinder.zig std.debug.Dwarf.SelfUnwinder: skip caching rules for unsupported registers 2025-10-07 09:28:43 +02:00
Unwind.zig std.debug.SelfInfo: remove shared logic 2025-09-30 14:18:26 +01:00