aboutsummaryrefslogtreecommitdiff
path: root/lib/std/debug/MachOFile.zig
AgeCommit message (Collapse)Author
7 daysupdate all std.fs.cwd() to std.Io.Dir.cwd()Andrew Kelley
7 daysupdate all occurrences of openFile to receive an io instanceAndrew Kelley
7 daysupdate all occurrences of close() to close(io)Andrew Kelley
2025-11-20std.debug.MachOFile: handle 'path/to/archive.a(entry.o)' formMatthew Lugg
2025-11-20std.debug: split up Mach-O debug info handlingMatthew Lugg
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.