zig/lib/std/debug
Alex Rønne Petersen ea694bfdb7 std.debug.cpu_context: consider arm and aarch64 reserved register ranges unsupported
If these ever get allocated, it's most likely going to be for things that don't
matter to us anyway, so completely abandoning DWARF unwinding just because we
see these doesn't seem justified. We will still do so if we're actually asked to
read from such a register, which is the only actually problematic case; see
c23a5ccd19 for more details.
2025-10-12 12:59:06 +02:00
..
Dwarf std.debug.Dwarf.SelfUnwinder: assume same-value rule by default for all columns 2025-10-10 15:12:27 +02:00
SelfInfo std.debug: greatly expand target support for segfault handling/unwinding 2025-10-10 04:43:15 +02:00
Coverage.zig std: fix debug.Info and debug.Coverage 2025-09-30 13:44:52 +01:00
cpu_context.zig std.debug.cpu_context: consider arm and aarch64 reserved register ranges unsupported 2025-10-12 12:59:06 +02:00
Dwarf.zig std.debug.Dwarf: use 66 as the (fake) MIPS PC register 2025-10-07 16:47:57 +02:00
ElfFile.zig std: fix 32-bit build and some unsafe casts 2025-09-30 13:44:53 +01:00
Info.zig std: replace debug.Dwarf.ElfModule with debug.ElfFile 2025-09-30 13:44:52 +01:00
no_panic.zig std: remove old panic handlers after zig1.wasm update 2025-06-01 12:10:57 +01:00
Pdb.zig std: work around crash parsing LLVM PDB 2025-09-30 13:44:55 +01:00
simple_panic.zig std.io: move getStdIn, getStdOut, getStdErr functions to fs.File 2025-07-07 22:43:51 -07:00