zig/lib/std/debug/SelfInfo
Matthew Lugg 0caca625eb
std.debug: split up Mach-O debug info handling
Like ELF, we now have `std.debug.MachOFile` for the host-independent
parts, and `std.debug.SelfInfo.MachO` for logic requiring the file to
correspond to the running program.
2025-11-20 10:42:20 +00:00
..
Elf.zig posix: reduce the number of assumptions made by dl_iterate_phdr 2025-11-09 03:31:26 -05:00
MachO.zig std.debug: split up Mach-O debug info handling 2025-11-20 10:42:20 +00:00
Windows.zig std.debug.SelfInfo.Windows: less invasive change 2025-10-29 06:20:52 -07:00