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-08-17
Merge pull request #16824 from mikdusan/bsd
Andrew Kelley
2023-08-17
std.debug: openbsd does not have getcontext
Michael Dusan
2023-08-15
std.debug: avoid os.getFdPath
Michael Dusan
2023-08-15
coff: handle the case of there being no PDB path
kcbanner
2023-08-15
debug: support looking up debug symbols in both PDB and DWARF debug info, ins...
kcbanner
2023-08-06
std: remove some unused imports (#16710)
Zachary Raineri
2023-08-04
debug: expose module debug info deinitialization
David Gonzalez Martin
2023-07-26
debug: skip unwind error printing on platforms that don't have_ucontext
kcbanner
2023-07-26
debug: print unwind errors if they occur on the first iteration, and differen...
kcbanner
2023-07-20
dwarf: move macho unwind code from macho -> dwarf
kcbanner
2023-07-20
test: disable omit_frame_pointer unwinding tests on aarch64-macos
kcbanner
2023-07-20
debug: disable the new unwinder on aarch64-macos
kcbanner
2023-07-20
macho: don't scan all eh_frame entries, instead follow the offset from the __...
kcbanner
2023-07-20
dwarf: add explicit_fde_offset to support more optimal __unwind_info dwarf lo...
kcbanner
2023-07-20
debug: load the macho unwind sections from the already-mapped image
kcbanner
2023-07-20
dwarf: fixup integer overflow in readEhPointer
kcbanner
2023-07-20
use eh_frame from the mapped binary if available
kcbanner
2023-07-20
debug: fixup an inconsistency in the getcontext implementation on aarch64-macos
kcbanner
2023-07-20
dwarf: use cie.return_address_register instead of assuming it's in the IP reg...
kcbanner
2023-07-20
debug: fixup have_getcontext
kcbanner
2023-07-20
debug: fixup last_error being printed too many times
kcbanner
2023-07-20
debug: fix initialization of the optional fields on StackIterator
kcbanner
2023-07-20
macho: add aarch64 implementation to unwindFrame
kcbanner
2023-07-20
debug: add relocateContext
kcbanner
2023-07-20
macho: add unwindFrame which can unwind stack frames using the __unwind_info ...
kcbanner
2023-07-20
dwarf: add ExpressionError to work around the compiler not being able to infe...
kcbanner
2023-07-20
dwarf: skip register tests on unimplemented arch / os, add tests for type con...
kcbanner
2023-07-20
dwarf: fixup regBytes for the case where there is no context support
kcbanner
2023-07-20
debug: add dupeContext, store a pointer to a copy of ThreadContext on UnwindC...
kcbanner
2023-07-20
debug: rename StackTraceContext to ThreadContext
kcbanner
2023-07-20
dwarf: introduce ExpressionContext, add more expression opcodes
kcbanner
2023-07-20
darwin: update mcontext_t definition for aarch64 to add neon state
kcbanner
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
[next]