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.zig
Age
Commit message (
Expand
)
Author
2025-10-10
Coff: implement threadlocal variables
Jacob Young
2025-10-10
std.debug: greatly expand target support for segfault handling/unwinding
Alex Rønne Petersen
2025-10-09
std.debug: fix FP unwinding for LoongArch
Alex Rønne Petersen
2025-10-09
std.debug: fix SelfInfo default for freestanding ELF targets
Alex Rønne Petersen
2025-10-09
std.debug: fix incorrect FP unwinding on RISC-V and SPARC
mlugg
2025-10-07
std.debug: add noinline to functions that capture the current stack trace
Alex Rønne Petersen
2025-10-07
std.debug: prefer FP unwinding on targets where it is ideal
Alex Rønne Petersen
2025-10-05
std.debug: completely disable FP-based unwinding on mips
Alex Rønne Petersen
2025-10-04
Merge pull request #25457 from linusg/more-serenity
Alex Rønne Petersen
2025-10-04
std.debug: consider FP-based unwinding on hexagon and powerpc safe
Alex Rønne Petersen
2025-10-04
std.debug: fix FP-based unwinding on powerpc64
Alex Rønne Petersen
2025-10-03
std.debug: Add unwind support for serenity
Linus Groh
2025-10-03
std.debug: use correct return address offset for s390x
Alex Rønne Petersen
2025-10-01
std.debug.SelfInfo: rename Darwin to MachO
Alex Rønne Petersen
2025-10-01
std.debug: don't use SelfInfo.Windows for UEFI
Alex Rønne Petersen
2025-10-01
std.debug: select SelfInfo using ObjectFormat.default()
Alex Rønne Petersen
2025-09-30
std.debug.SelfInfo: remove shared logic
mlugg
2025-09-30
std.debug: significantly speed up capturing stack traces
mlugg
2025-09-30
std.debug: cap total stack trace frames
mlugg
2025-09-30
std.debug.SelfInfo: thread safety
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: allow disabling stack tracing
mlugg
2025-09-30
std.debug: update support checks
mlugg
2025-09-30
std.debug: miscellaneous fixes
mlugg
2025-09-30
std: rework/remove ucontext_t
mlugg
2025-09-30
fix compile errors and minor bugs
mlugg
2025-09-30
std.debug: don't attempt SelfInfo unwinding when unsupported
mlugg
2025-09-30
std.debug: never attempt FP unwind under fomit-frame-pointer
mlugg
2025-09-30
compiler: fix new panic handler in release builds
mlugg
2025-09-30
std: replace debug.Dwarf.ElfModule with debug.ElfFile
mlugg
2025-09-30
std.debug: don't include dumpCurrentStackTrace frame
mlugg
2025-09-30
std.debug: try removing a probably-redundant condition
mlugg
2025-09-30
std.debug: handle ThreadContext slightly better
mlugg
2025-09-30
std.debug: unwinding on Windows
mlugg
2025-09-30
std: doc comments and tweaks
mlugg
2025-09-30
std: fixes
mlugg
2025-09-30
SelfInfo: be honest about how general unwinding is
mlugg
2025-09-30
add freestanding support IN THEORY
mlugg
2025-09-30
std.debug: improve the APIs and stuff
mlugg
2025-09-30
std.debug.SelfInfo: concrete error sets
mlugg
2025-09-30
the world if ElfModule didn't suck:
mlugg
2025-09-30
change one million things
mlugg
2025-09-30
debug: refactor stack frame capturing
Jacob Young
2025-09-07
std.debug.assertAligned: support const pointers
Andrew Kelley
2025-09-03
std.debug: disable stack traces on loongarch
Alex Rønne Petersen
2025-08-31
delete behavior test that depends on std.fmt
Andrew Kelley
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-28
std.debug: remove `@frameAddress()` "UAF"
mlugg
2025-08-25
delete std.debug.FixedBufferReader
Andrew Kelley
[next]