zig/lib/std/debug
mlugg dd8d59686a
std.debug: miscellaneous fixes
Mostly on macOS, since Loris showed me a not-great stack trace, and I
spent 8 hours trying to make it better. The dyld shared cache is
designed in a way which makes this really hard to do right, and
documentation is non-existent, but this *seems* to work pretty well.
I'll leave the ruling on whether I did a good job to CI and our users.
2025-09-30 13:44:54 +01:00
..
Dwarf std: rework/remove ucontext_t 2025-09-30 13:44:54 +01:00
SelfInfo std.debug: miscellaneous fixes 2025-09-30 13:44:54 +01:00
Coverage.zig std: fix debug.Info and debug.Coverage 2025-09-30 13:44:52 +01:00
cpu_context.zig std.debug: miscellaneous fixes 2025-09-30 13:44:54 +01:00
Dwarf.zig std: rework/remove ucontext_t 2025-09-30 13:44:54 +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: fix leak 2025-09-30 13:44:54 +01:00
SelfInfo.zig std.debug: miscellaneous fixes 2025-09-30 13:44:54 +01:00
simple_panic.zig std.io: move getStdIn, getStdOut, getStdErr functions to fs.File 2025-07-07 22:43:51 -07:00