index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
debug
/
cpu_context.zig
Age
Commit message (
Expand
)
Author
2025-11-14
represent Mac Catalyst as aarch64-maccatalyst-none rather than aarch64-ios-ma...
Alex Rønne Petersen
2025-11-12
std.debug: allow fp unwind from context
Matthew Lugg
2025-11-10
std.debug.cpu_context: add kvx context implementation
Alex Rønne Petersen
2025-10-30
std.debug.cpu_context: fix signal_ucontext_t for arm-linux
Alex Rønne Petersen
2025-10-29
feat: add `x86_16` debug `cpu_context`
GasInfinity
2025-10-27
remove all Oracle Solaris support
Alex Rønne Petersen
2025-10-26
std.debug.cpu_context: fix mcontext alignment for x86_64-illumos
Alex Rønne Petersen
2025-10-25
std.debug.cpu_context: add missing signal_ucontext_t fields for x86_64-solari...
Stephen Gregoratto
2025-10-23
std.debug.cpu_context: add signal_ucontext_t for alpha, hppa, microblaze, sh
Alex Rønne Petersen
2025-10-23
std.Target: add arceb and xtensaeb Cpu.Arch tags
Alex Rønne Petersen
2025-10-18
std.debug.cpu_context.Sparc: fix bad use of call delay slot
Alex Rønne Petersen
2025-10-18
std.debug.cpu_context: let the compiler deal with clobbers
Alex Rønne Petersen
2025-10-18
std.debug.cpu_context: sort context decls according to switch prongs (NFC)
Alex Rønne Petersen
2025-10-18
std.debug: add CPU context and DWARF mappings for arc
Alex Rønne Petersen
2025-10-18
std.debug: add CPU context and DWARF mappings for m68k
Alex Rønne Petersen
2025-10-18
std.debug: add CPU context and DWARF mappings for or1k
Alex Rønne Petersen
2025-10-18
std.debug: add CPU context and DWARF mappings for csky
Alex Rønne Petersen
2025-10-18
std.debug: add CPU context and DWARF mappings for lanai
Alex Rønne Petersen
2025-10-18
std.debug: add CPU context and DWARF mappings for ve
Alex Rønne Petersen
2025-10-15
std.debug.cpu_context: add sparc*-linux context conversion support
Alex Rønne Petersen
2025-10-15
std.debug.cpu_context.Sparc: flush register windows in current()
Alex Rønne Petersen
2025-10-15
std.debug.cpu_context: add Sparc context
Alex Rønne Petersen
2025-10-12
std.debug.cpu_context: consider arm and aarch64 reserved register ranges unsu...
Alex Rønne Petersen
2025-10-10
std.debug: greatly expand target support for segfault handling/unwinding
Alex Rønne Petersen
2025-10-07
std.debug.cpu_context: make arch-specific implementations private
Alex Rønne Petersen
2025-10-07
std.debug.cpu_context: map a bunch of known registers as unsupported instead ...
Alex Rønne Petersen
2025-10-07
std.debug.cpu_context: remove support for s390x float registers
Alex Rønne Petersen
2025-10-07
std.debug.Dwarf: use 66 as the (fake) MIPS PC register
Alex Rønne Petersen
2025-10-07
std.debug.Dwarf: use 67 as the (fake) PowerPC PC register
Alex Rønne Petersen
2025-10-07
std.debug.Dwarf: use 65 as the (fake) RISC-V PC register
Alex Rønne Petersen
2025-10-07
std.debug.Dwarf: use 64 as the (fake) LoongArch PC register
Alex Rønne Petersen
2025-10-07
std.debug: add unwind support for powerpc*-linux
Alex Rønne Petersen
2025-10-07
std.debug: add unwind support for mips*-linux
Alex Rønne Petersen
2025-10-07
std.debug.cpu_context: check for architecture, i.e. register size, not bitness
Alex Rønne Petersen
2025-10-05
std.debug: add unwind support for hexagon-linux
Alex Rønne Petersen
2025-10-03
std.debug: Add unwind support for serenity
Linus Groh
2025-10-03
std.debug: add s390x-linux unwind support
Alex Rønne Petersen
2025-10-01
std.debug: add riscv32-linux and riscv64-linux unwind support
Alex Rønne Petersen
2025-10-01
std.debug: add loongarch64-linux unwind support
Alex Rønne Petersen
2025-10-01
std.debug: some adjustments to target handling
Alex Rønne Petersen
2025-09-30
typo
mlugg
2025-09-30
std: clarify cpu_context register order rationale
mlugg
2025-09-30
std: don't get CPU context when using CBE targeting MSVC
mlugg
2025-09-30
std.debug: miscellaneous fixes
mlugg
2025-09-30
std: rework/remove ucontext_t
mlugg