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
Age
Commit message (
Expand
)
Author
2025-10-12
std.debug.cpu_context: consider arm and aarch64 reserved register ranges unsu...
Alex Rønne Petersen
2025-10-10
std.debug.Dwarf.SelfUnwinder: assume same-value rule by default for all columns
Alex Rønne Petersen
2025-10-10
std.debug: greatly expand target support for segfault handling/unwinding
Alex Rønne Petersen
2025-10-08
Merge pull request #25493 from alexrp/std-debug-mips-ppc
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.SelfInfo.MachO: don't restore vector registers during unwinding
Alex Rønne Petersen
2025-10-07
std.debug.Dwarf.expression: fix a test that assumes sp != fp
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-07
std.debug.Dwarf.SelfUnwinder: add an s390x check missed in 95bdb0c1c65c128923...
Alex Rønne Petersen
2025-10-07
std.debug.Dwarf.SelfUnwinder: skip caching rules for unsupported registers
Alex Rønne Petersen
2025-10-05
std.debug: add unwind support for hexagon-linux
Alex Rønne Petersen
2025-10-05
std.debug.SelfInfo.Elf: disable unwinding on mips n32 and x86 x32
Alex Rønne Petersen
2025-10-03
std.debug: Add unwind support for serenity
Linus Groh
2025-10-03
std.debug.Dwarf.SelfUnwinder: default some s390x registers to the same-value ...
Alex Rønne Petersen
2025-10-03
std.debug: add s390x-linux unwind support
Alex Rønne Petersen
2025-10-02
std.debug.Dwarf.Unwind: deal with invalid def_cfa_reg by GNU toolchains
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-10-01
std.debug.SelfInfo: rename Darwin to MachO
Alex Rønne Petersen
2025-09-30
std.debug.SelfInfo: remove shared logic
mlugg
2025-09-30
Dwarf.Unwind: fix typo
mlugg
2025-09-30
typo
mlugg
2025-09-30
Dwarf.Unwind: handle macOS deviation from standard
mlugg
2025-09-30
std.debug: significantly speed up capturing stack traces
mlugg
2025-09-30
std.debug.SelfInfo: mark ARM unwinding as unsupported
mlugg
2025-09-30
typo
mlugg
2025-09-30
std: clarify cpu_context register order rationale
mlugg
2025-09-30
std.debug: don't assume return address register is defined if not specified
mlugg
2025-09-30
std.debug.SelfInfo: thread safety
mlugg
2025-09-30
ElfModule: fix assertion failure
mlugg
2025-09-30
std: don't get CPU context when using CBE targeting MSVC
mlugg
2025-09-30
std.debug: go back to storing return addresses instead of call addresses
mlugg
2025-09-30
std: work around crash parsing LLVM PDB
mlugg
2025-09-30
std.debug: fix typo
mlugg
2025-09-30
update to new std.debug changes
mlugg
2025-09-30
std.debug: miscellaneous fixes
mlugg
2025-09-30
std: rework/remove ucontext_t
mlugg
2025-09-30
std.debug.Pdb: fix leak
mlugg
2025-09-30
fix compile errors and minor bugs
mlugg
2025-09-30
SelfInfo: remove x86-windows unwinding path
mlugg
2025-09-30
tests: split up and enhance stack trace tests
mlugg
[next]