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
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-11-12
Make invalidFmtError public and use in place of compileErrors for bad format ...
Nick Cernis
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-10-25
cbe: get enough things working to support basic programs
Jacob Young
2022-10-21
builtin.zig: Do not overwrite error frames when trace full
Cody Tapscott
2022-10-20
Revert "add std.debug.todo"
Andrew Kelley
2022-10-18
all: rename `@maximum` to `@max` and `@minimum` to `@min`
Ali Chraghi
2022-10-18
std.debug: define error set in DebugInfo.lookupModuleDl
Meghan
2022-10-18
std: check for overflow in dumpStackTraceFromBase
Xavier Bouchoux
2022-09-20
std: add return address parameter to panic fn
Veikka Tuominen
2022-08-23
std.debug: DWARFv5 fixes
Andrew Kelley
2022-08-23
coff: fix compile errors in std.debug
Jakub Konka
2022-08-23
macho: fix compile errors in std.debug
Jakub Konka
2022-08-23
std.debug: implement support for DWARFv5
Andrew Kelley
2022-08-23
coff: improve default COFF/PE object parser
Jakub Konka
2022-08-22
Windows: Fix incorrect output when .pdb file is not found during stack trace
Ryan Liptak
2022-08-22
Dwarf: Added stroffsetsptr support (#12270)
Keith Chambers
2022-08-16
AstGen: detect declarations shadowing locals
Veikka Tuominen
2022-08-11
std: fix definition of SIG_IGN, SIG_DFL, etc.
Isaac Freund
2022-08-06
std: use std.macho.LoadCommandIterator for MachO parsing in std.debug
Jakub Konka
2022-07-29
std.debug: default signal handler also handles SIGFPE
Andrew Kelley
2022-06-28
Merge pull request #11919 from squeek502/failing-allocator-stacktrace
Andrew Kelley
2022-06-27
Fix stack traces with non-null `first_address` on Windows
Ryan Liptak
2022-06-25
Move sys_can_stack_trace from GPA to std.debug so that it can be re-used as n...
Ryan Liptak
2022-06-23
std.debug: fix ConfigurableTrace.dump OOB
FlandreScarlet
2022-06-12
add std.debug.Trace.format
Andrew Kelley
2022-06-09
std.debug.Trace: improve API
Andrew Kelley
2022-06-09
introduce std.debug.Trace
Andrew Kelley
2022-05-27
math: make `cast` return optional instead of an error
Ali Chraghi
2022-05-24
stage2: fixes for error union semantics
Andrew Kelley
2022-05-13
target: Rename sparcv9 -> sparc64
Koakuma
2022-05-04
std: Single-threaded `panicImpl` sleep is unreachable (#11569)
Jay Petacat
2022-04-26
std.Thread: ResetEvent improvements (#11523)
protty
2022-04-21
debug: add smoke test
Jakub Konka
2022-04-21
debug: fix resource (de)allocation for Elf and Coff targets
Jakub Konka
2022-04-21
debug: fix resource (de)allocation for MachO targets
Jakub Konka
2022-04-21
dwarf: clean up allocations in std.dwarf module
Jakub Konka
2022-04-19
wasm: Fix unreachable paths
Luuk de Gram
2022-04-18
wasm: Add support for debug info
Luuk de Gram
2022-04-04
Pull elf magic string out to re-used constant
Tom Read Cutting
2022-03-19
Merge pull request #11228 from Vexu/panic
Andrew Kelley
2022-03-19
fix sigaction double panic
zseri
2022-03-19
std: enable default panic handler for stage2 LLVM on Linux
Veikka Tuominen
2022-03-17
debug: msync only current page when validation frame pointer
Jakub Konka
2022-03-15
std.dwarf: implement basic DWARF 5 parsing
William Sengir
2022-03-12
stage2 llvm: do not use getIntrinsic for airFrameAddress
Veikka Tuominen
2022-02-19
StackIterator should not try to check validity on freestanding
Lee Cannon
2022-02-11
validate in Windows using VirtualQuery
m
2022-02-11
std: validate frame-pointer address in stack walking
m
2022-02-07
debug: implement segfault handler for macOS aarch64
John Schmidt
[next]