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.zig
Age
Commit message (
Expand
)
Author
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
dwarf: fixup for sort changes
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 default register rule
kcbanner
2023-07-20
- move writing code to zig-dwarfdump
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
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-12
std.dwarf: fix findCompileUnit when ranges offset is given by const
mlugg
2023-05-29
std.dwarf: handle DWARF 5 compile unit DW_AT_ranges correctly
mlugg
2023-04-20
fixes to the previous commit
Andrew Kelley
2023-04-20
Expose an option for producing 64-bit DWARF format
David Gonzalez Martin
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2022-12-06
remove most conditional compilation based on stage1
Andrew Kelley
2022-08-23
std.debug: DWARFv5 fixes
Andrew Kelley
2022-08-23
std.debug: implement support for DWARFv5
Andrew Kelley
2022-08-22
Dwarf: Added stroffsetsptr support (#12270)
Keith Chambers
2022-05-27
math: make `cast` return optional instead of an error
Ali Chraghi
2022-04-21
dwarf: clean up allocations in std.dwarf module
Jakub Konka
2022-03-30
Remove a std.debug.print from the dwarf.zig file
James Mintram
2022-03-16
std.dwarf: avoid some async/await stuff in stage2 builds
Andrew Kelley
2022-03-15
std.dwarf: implement basic DWARF 5 parsing
William Sengir
2022-03-12
AstGen: fix nosuspendExpr handling result location twice
Veikka Tuominen
2022-03-08
LLVM: add DISubprogram and DIType lowering; handle dbg_stmt
Andrew Kelley
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-01
std: reorganization that allows new usingnamespace semantics
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-18
Convert remaining addresses to u64 from usize in dwarf.zig
Matt Chudleigh
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2021-04-12
dwarf: fix LineNumberProgram check
Michael Dusan
2021-04-12
Revert "dwarf: fix LineNumberProgram check"
Michael Dusan
2021-04-12
dwarf: fix LineNumberProgram check
Michael Dusan
2021-02-24
zig fmt the std lib
Andrew Kelley
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2021-01-04
Merge pull request #7592 from LemonBoy/fix-7188
Andrew Kelley
2020-12-31
Year++
Frank Denis
2020-12-30
std: Clean up some tests
LemonBoy
2020-11-18
Merge pull request #7005 from jshholland/deprecate-span
Veikka Tuominen
2020-11-16
Move leb128 and remove trivial *mem functions as discussed in #5588 (#6876)
tgschultz
2020-11-07
remove deprecated uses of ArrayList.span
Josh Holland
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-13
add error for unused/duplicate block labels
Vexu
[prev]
[next]