aboutsummaryrefslogtreecommitdiff
path: root/lib/std/debug
AgeCommit message (Expand)Author
4 daysupdate all std.fs.cwd() to std.Io.Dir.cwd()Andrew Kelley
4 daysstd: reorganize realpath and process executable APIsAndrew 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
4 daysstd: all File functions moved to std.IoAndrew Kelley
6 daysMerge pull request 'std.ascii: rename indexOf functions to find' (#30101) fro...Alex Rønne Petersen
2025-12-12windows: type safety improvements and more ntdll functionsJacob Young
2025-12-06std: make stack unwinding faster on macOSMatthew Lugg
2025-12-05std: replace usages of std.mem.indexOf with std.mem.findAdrià Arrufat
2025-11-20update deprecated ArrayListUnmanaged usage (#25958)Benjamin Jurk
2025-11-20std.debug.MachOFile: handle 'path/to/archive.a(entry.o)' formMatthew Lugg
2025-11-20fuzzer: account for runtime address slideMatthew Lugg
2025-11-20std.debug.Info: basic Mach-O supportMatthew Lugg
2025-11-20std.debug: split up Mach-O debug info handlingMatthew Lugg
2025-11-14represent Mac Catalyst as aarch64-maccatalyst-none rather than aarch64-ios-ma...Alex Rønne Petersen
2025-11-12std.debug: allow fp unwind from contextMatthew Lugg
2025-11-10Merge pull request #25886 from alexrp/kvxAlex Rønne Petersen
2025-11-10std.debug.Dwarf: add kvx ip/fp/sp register mappingsAlex Rønne Petersen
2025-11-10std.debug.cpu_context: add kvx context implementationAlex Rønne Petersen
2025-11-09posix: reduce the number of assumptions made by `dl_iterate_phdr`Jacob Young
2025-10-31fix typo in std.debug.ElfFile.loadSeparateDebugFileTibboddiT
2025-10-30std.debug.cpu_context: fix signal_ucontext_t for arm-linuxAlex Rønne Petersen
2025-10-30Merge pull request #25733 from GasInfinity-Forks/x86_16-cpu_contextAlex Rønne Petersen
2025-10-29feat: add `x86_16` debug `cpu_context`GasInfinity
2025-10-29std.debug.SelfInfo.Windows: less invasive changeAndrew Kelley
2025-10-29std.Io: introduce openSelfExeAndrew Kelley
2025-10-29std.debug.SelfInfo: add missing io parameter to getSymbolAndrew Kelley
2025-10-29std: fix compilation errors on WindowsAndrew Kelley
2025-10-29std.fs: use BadPathName rather than InvalidWtf8 on WindowsAndrew Kelley
2025-10-29std: fix macos compilation errorsAndrew Kelley
2025-10-29std: fix seekBy unit testAndrew Kelley
2025-10-29std.Io: implement fileStatAndrew Kelley
2025-10-29std: updating to std.Io interfaceAndrew Kelley
2025-10-27remove all Oracle Solaris supportAlex Rønne Petersen
2025-10-26std.debug.cpu_context: fix mcontext alignment for x86_64-illumosAlex Rønne Petersen
2025-10-25std.debug.cpu_context: add missing signal_ucontext_t fields for x86_64-solari...Stephen Gregoratto
2025-10-23std.debug.cpu_context: add signal_ucontext_t for alpha, hppa, microblaze, shAlex Rønne Petersen
2025-10-23std.Target: add arceb and xtensaeb Cpu.Arch tagsAlex Rønne Petersen
2025-10-18std.debug.cpu_context.Sparc: fix bad use of call delay slotAlex Rønne Petersen
2025-10-18std.debug.cpu_context: let the compiler deal with clobbersAlex Rønne Petersen
2025-10-18std.debug.cpu_context: sort context decls according to switch prongs (NFC)Alex Rønne Petersen
2025-10-18std.debug: add CPU context and DWARF mappings for arcAlex Rønne Petersen
2025-10-18std.debug: add CPU context and DWARF mappings for m68kAlex Rønne Petersen
2025-10-18std.debug: add CPU context and DWARF mappings for or1kAlex Rønne Petersen
2025-10-18std.debug: add CPU context and DWARF mappings for cskyAlex Rønne Petersen
2025-10-18std.debug: add CPU context and DWARF mappings for lanaiAlex Rønne Petersen
2025-10-18std.debug: add CPU context and DWARF mappings for veAlex Rønne Petersen
2025-10-15std.debug.Dwarf: add SPARC register number mappingsAlex Rønne Petersen
2025-10-15std.debug.cpu_context: add sparc*-linux context conversion supportAlex Rønne Petersen