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
/
dwarf
Age
Commit message (
Expand
)
Author
2023-07-20
dwarf: don't dupe function names, as they are backed by the memory mapped sec...
kcbanner
2023-07-20
dwarf: add support for DWARF5 DW_AT_ranges in subprograms, add DebugRangeIter...
kcbanner
2023-07-20
debug: x86 unwinding support, more unwinding fixes
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: fixing more compile errors on arches that I hadn't tested on yet
kcbanner
2023-07-20
dwarf: fixes for non-64 bit systems
kcbanner
2023-07-20
fmt and cleanup
kcbanner
2023-07-20
- rework CFI instruction parsing to not use std.meta
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 default register rule
kcbanner
2023-07-20
- implement more opcodes
kcbanner
2023-07-20
- move writing code to zig-dwarfdump
kcbanner
2023-07-20
- fix remember_state
kcbanner
2023-07-20
- add DWARF expression parser
kcbanner
2023-07-20
add VirtualMachine to run CFA instructions
kcbanner
2023-07-20
- add call frame instruction parser
kcbanner
2023-07-20
begin working on parsing unwind info
kcbanner
2023-07-20
add CommonInformationEntry parser
kcbanner
2022-05-09
wasm: Implement debug info for parameters
Luuk de Gram
2022-03-15
std.dwarf: implement basic DWARF 5 parsing
William Sengir
2021-09-01
std: reorganization that allows new usingnamespace semantics
Andrew Kelley
[prev]