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-07-20
debug: fixup base address calculations for macho
kcbanner
2023-07-20
dwarf: don't dupe function names, as they are backed by the memory mapped sec...
kcbanner
2023-07-20
debug: rework how unwind errors are printed, and add module name lookup for l...
kcbanner
2023-07-20
debug: de-duplicate some code in macos ModuleDebugInfo
kcbanner
2023-07-20
c: fixup getcontext
kcbanner
2023-07-20
c: add getcontext
kcbanner
2023-07-20
debug: fix reading -gdwarf generated debug sections in COFF files
kcbanner
2023-07-20
linux: rework getcontext to closer match the specification (saved IP/SP match...
kcbanner
2023-07-20
debug: x86 unwinding support, more unwinding fixes
kcbanner
2023-07-20
debug: enhance writeCurrentStackTrace to use context-based unwinding when ava...
kcbanner
2023-07-20
update to new builtin syntax
kcbanner
2023-07-20
- rebase and update to lastest master
kcbanner
2023-07-20
dwarf: add support for .eh_frame_hdr when unwinding
kcbanner
2023-07-20
debug: fix memory leak when an error occurs opening a pdb file
kcbanner
2023-07-20
debug: more fixups for mips linux not having ucontext_t
kcbanner
2023-07-20
debug: fixing more compile errors on arches that I hadn't tested on yet
kcbanner
2023-07-20
debug: use an explicit context type instead of anytype for dumpStackTraceFrom...
kcbanner
2023-07-20
debug: fixup context detection for wasi
kcbanner
2023-07-20
fmt and cleanup
kcbanner
2023-07-20
dwarf: implement more register mappings, fix up macos compile
kcbanner
2023-07-20
dwarf: implement more register number mappings
kcbanner
2023-07-20
- rework StackIterator to optionally use debug_info to unwind the stack
kcbanner
2023-07-20
add CommonInformationEntry parser
kcbanner
2023-07-20
debug: support loading elf debug info from external files
kcbanner
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-06-13
std.debug: remove `warn` (deprecated in 0.9)
Eric Joldasov
2023-05-29
std.debug: disable sporadically failing test
Andrew Kelley
2023-05-24
std: Move std.debug.{TTY.Config,detectTTYConfig} to std.io.tty
Linus Groh
2023-05-24
std.debug: Rename TTY.Color enum values to snake case
Linus Groh
2023-05-23
std.sort: add pdqsort and heapsort
Ali Chraghi
2023-04-28
std: update to use `@memcpy` directly
Andrew Kelley
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
[prev]
[next]