aboutsummaryrefslogtreecommitdiff
path: root/lib/std/debug/ElfFile.zig
AgeCommit message (Expand)Author
4 daysupdate all std.fs.cwd() to std.Io.Dir.cwd()Andrew Kelley
4 daysupdate all occurrences of openFile to receive an io instanceAndrew Kelley
4 daysupdate all occurrences of std.fs.File to std.Io.FileAndrew Kelley
4 daysupdate all occurrences of close() to close(io)Andrew Kelley
2025-10-31fix typo in std.debug.ElfFile.loadSeparateDebugFileTibboddiT
2025-10-29std: fix seekBy unit testAndrew Kelley
2025-10-29std.Io: implement fileStatAndrew Kelley
2025-09-30std: fix 32-bit build and some unsafe castsmlugg
2025-09-30std: replace debug.Dwarf.ElfModule with debug.ElfFilemlugg