zig/lib/std/debug
mlugg e6eccc3c8f
SelfInfo: remove x86-windows unwinding path
Turns out that RtlCaptureStackBackTrace is actually just doing FP (ebp)
unwinding under the hood, making this logic completely redundant with
our own FP-walking implementation; see added comment for details.
2025-09-30 13:44:53 +01:00
..
Dwarf std: fix 32-bit build and some unsafe casts 2025-09-30 13:44:53 +01:00
SelfInfo SelfInfo: remove x86-windows unwinding path 2025-09-30 13:44:53 +01:00
Coverage.zig std: fix debug.Info and debug.Coverage 2025-09-30 13:44:52 +01:00
Dwarf.zig std.debug.Dwarf: fix names of inlined functions 2025-09-30 13:44:53 +01: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.debug.Pdb: migrate more towards new Reader API 2025-08-28 22:41:06 -07:00
SelfInfo.zig tests: split up and enhance stack trace tests 2025-09-30 13:44:53 +01:00
simple_panic.zig std.io: move getStdIn, getStdOut, getStdErr functions to fs.File 2025-07-07 22:43:51 -07:00