aboutsummaryrefslogtreecommitdiff
path: root/lib/std/debug/SelfInfo
AgeCommit message (Expand)Author
2025-11-20update deprecated ArrayListUnmanaged usage (#25958)Benjamin Jurk
2025-11-20fuzzer: account for runtime address slideMatthew Lugg
2025-11-20std.debug: split up Mach-O debug info handlingMatthew Lugg
2025-11-09posix: reduce the number of assumptions made by `dl_iterate_phdr`Jacob Young
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-23std.Target: add arceb and xtensaeb Cpu.Arch tagsAlex 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-15std.debug.SelfInfo.Elf: don't support DWARF unwinding for Hexagon and PowerPCAlex Rønne Petersen
2025-10-10std.debug: greatly expand target support for segfault handling/unwindingAlex Rønne Petersen
2025-10-08Merge pull request #25493 from alexrp/std-debug-mips-ppcAlex Rønne Petersen
2025-10-07std.debug.SelfInfo.MachO: don't restore vector registers during unwindingAlex Rønne Petersen
2025-10-07std.debug: add unwind support for powerpc*-linuxAlex Rønne Petersen
2025-10-07std.debug: add unwind support for mips*-linuxAlex Rønne Petersen
2025-10-05std.debug: add unwind support for hexagon-linuxAlex Rønne Petersen
2025-10-05std.debug.SelfInfo.Elf: disable unwinding on mips n32 and x86 x32Alex Rønne Petersen
2025-10-03std.debug: Add unwind support for serenityLinus Groh
2025-10-03std.debug: add s390x-linux unwind supportAlex Rønne Petersen
2025-10-01std.debug: add riscv32-linux and riscv64-linux unwind supportAlex Rønne Petersen
2025-10-01std.debug: add loongarch64-linux unwind supportAlex Rønne Petersen
2025-10-01std.debug: some adjustments to target handlingAlex Rønne Petersen
2025-10-01std.debug.SelfInfo: rename Darwin to MachOAlex Rønne Petersen
2025-09-30std.debug.SelfInfo: remove shared logicmlugg
2025-09-30Dwarf.Unwind: handle macOS deviation from standardmlugg
2025-09-30std.debug: significantly speed up capturing stack tracesmlugg
2025-09-30std.debug.SelfInfo: mark ARM unwinding as unsupportedmlugg
2025-09-30typomlugg
2025-09-30std.debug.SelfInfo: thread safetymlugg
2025-09-30ElfModule: fix assertion failuremlugg
2025-09-30std.debug: go back to storing return addresses instead of call addressesmlugg
2025-09-30std.debug: fix typomlugg
2025-09-30std.debug: miscellaneous fixesmlugg
2025-09-30std: rework/remove ucontext_tmlugg
2025-09-30SelfInfo: remove x86-windows unwinding pathmlugg
2025-09-30std: fix 32-bit build and some unsafe castsmlugg
2025-09-30fix bad mergemlugg
2025-09-30std: replace debug.Dwarf.ElfModule with debug.ElfFilemlugg
2025-09-30small reasonable changemlugg
2025-09-30std.debug: unwinding on Windowsmlugg