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
2023-04-26
enable debugging infrastructure when using C backend
Andrew Kelley
2023-04-23
Improvements to docs and text
zooster
2023-04-21
cbe: enable CI for std tests
Jacob Young
2023-04-18
debug: fix missing stack traces during crashes on windows
kcbanner
2023-04-09
std.debug: fix segfault/panic race condition
Andrew Kelley
2023-03-15
use DEC graphics instead of Unicode for box drawing
Andrew Kelley
2023-03-15
std.debug.TTY.Config: add yellow
Andrew Kelley
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-01-29
std.debug: disable sporadically failing test
Andrew Kelley
2023-01-24
debug: re-enable resource management test on x86_64 windows
kcbanner
2023-01-23
std: eliminate pointless meta.assumeSentinel() usage
Isaac Freund
2023-01-21
FreeBSD: add mcontext_t for aarch64
Stephen Gregoratto
2023-01-18
netbsd: add mcontext_t for aarch64
Michael Dusan
2023-01-08
debug: fixup memory management
kcbanner
2023-01-08
windows: rework DebugInfo to use less file operations and fix some memory man...
kcbanner
2023-01-06
Implement some more environment functions for WASI.
Brendan Burns
2023-01-05
std: collect all options under one namespace
Veikka Tuominen
2023-01-04
debug: replace RtlCaptureStackBackTrace (which was spuriously failing) with a...
Casey Banner
2022-12-29
Replace tabs with spaces when printing a line for trace output.
IntegratedQuantum
2022-12-15
std.debug: disable sporadically failing test
Andrew Kelley
2022-12-15
std.debug.TTY: Fix colors not resetting on Windows
Ryan Liptak
2022-12-13
std.debug: use OpenSelfDebugInfoError
r00ster91
2022-12-13
cleanup: inline color constants
r00ster91
2022-12-13
fix(terminal): handle some possible errors and resolve TODOs
r00ster91
2022-12-11
Remove incorrect assertion in readMachODebugInfo panicking during panic
Jakub Konka
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
[next]