mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
It's easy to do FP unwinding from a CPU context: you just report the captured ip/pc value first, and then unwind from the captured fp value. All this really needed was a couple of new functions on the `std.debug.cpu_context` implementations so that we don't need to rely on `std.debug.Dwarf` to access the captured registers. Resolves: #25576 |
||
|---|---|---|
| .. | ||
| Dwarf | ||
| SelfInfo | ||
| Coverage.zig | ||
| cpu_context.zig | ||
| Dwarf.zig | ||
| ElfFile.zig | ||
| Info.zig | ||
| no_panic.zig | ||
| Pdb.zig | ||
| simple_panic.zig | ||