aboutsummaryrefslogtreecommitdiff
path: root/lib/std/debug/cpu_context.zig
AgeCommit message (Expand)Author
2025-10-30std.debug.cpu_context: fix signal_ucontext_t for arm-linuxAlex Rønne Petersen
2025-10-29feat: add `x86_16` debug `cpu_context`GasInfinity
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.cpu_context: add sparc*-linux context conversion supportAlex Rønne Petersen
2025-10-15std.debug.cpu_context.Sparc: flush register windows in current()Alex Rønne Petersen
2025-10-15std.debug.cpu_context: add Sparc contextAlex Rønne Petersen
2025-10-12std.debug.cpu_context: consider arm and aarch64 reserved register ranges unsu...Alex Rønne Petersen
2025-10-10std.debug: greatly expand target support for segfault handling/unwindingAlex Rønne Petersen
2025-10-07std.debug.cpu_context: make arch-specific implementations privateAlex Rønne Petersen
2025-10-07std.debug.cpu_context: map a bunch of known registers as unsupported instead ...Alex Rønne Petersen
2025-10-07std.debug.cpu_context: remove support for s390x float registersAlex Rønne Petersen
2025-10-07std.debug.Dwarf: use 66 as the (fake) MIPS PC registerAlex Rønne Petersen
2025-10-07std.debug.Dwarf: use 67 as the (fake) PowerPC PC registerAlex Rønne Petersen
2025-10-07std.debug.Dwarf: use 65 as the (fake) RISC-V PC registerAlex Rønne Petersen
2025-10-07std.debug.Dwarf: use 64 as the (fake) LoongArch PC registerAlex 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-07std.debug.cpu_context: check for architecture, i.e. register size, not bitnessAlex Rønne Petersen
2025-10-05std.debug: add unwind support for hexagon-linuxAlex 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-09-30typomlugg
2025-09-30std: clarify cpu_context register order rationalemlugg
2025-09-30std: don't get CPU context when using CBE targeting MSVCmlugg
2025-09-30std.debug: miscellaneous fixesmlugg
2025-09-30std: rework/remove ucontext_tmlugg