COMMITS
/ lib/std/dwarf.zig August 22, 2024
J
Dwarf: cleanup emitted debug info
Jacob Young committed
August 6, 2024
J
Dwarf: rework self-hosted debug info from scratch
Jacob Young committed
August 1, 2024
A
std: dwarf namespace reorg
Andrew Kelley committed
July 10, 2024
June 10, 2024
M
Rename *[UI]LEB128 functions to *[UI]leb128
Michael Bradshaw committed
March 23, 2024
D
riscv: remove an allocation from `dwarf.zig`
David Rubin committed
March 19, 2024
A
extract std.posix from std.os
Andrew Kelley committed
March 8, 2024
L
std: make std.dwarf.FixedBufferReader public
Luuk de Gram committed
March 11, 2024
A
improve documentation in std
Andrew Kelley committed
February 18, 2024
J
dwarf: optimize dwarf parsing for speed
Jacob Young committed
November 10, 2023
M
lib: correct unnecessary uses of 'var'
mlugg committed
October 31, 2023
J
mem: fix ub in writeInt
Jacob Young committed
August 6, 2023
Z
std: remove some unused imports (#16710)
Zachary Raineri committed
July 26, 2023
K
target: emit unwind tables if the platform supports unwinding
kcbanner committed
July 25, 2023
K
K
switch to sortUnstable when sorting FDEs (~16ms improvement)
kcbanner committed
July 21, 2023
K
dwarf: move macho unwind code from macho -> dwarf
kcbanner committed
July 19, 2023
K
test: disable omit_frame_pointer unwinding tests on aarch64-macos
kcbanner committed
K
debug: disable the new unwinder on aarch64-macos
kcbanner committed
K
dwarf: implement aarch64 default register rules
kcbanner committed
July 18, 2023
K
dwarf: fixup rules for setting ip
kcbanner committed
K
dwarf: update the pc register
kcbanner committed
K
July 17, 2023
July 16, 2023
K
dwarf: fixup integer overflow in readEhPointer
kcbanner committed
July 14, 2023
K
dwarf: add abi.stripInstructionPtrAuthCode
kcbanner committed
July 12, 2023
July 10, 2023
K
debug: fix initialization of the optional fields on StackIterator
kcbanner committed
July 8, 2023
K
K
July 7, 2023
K
dwarf: fixup regBytes for the case where there is no context support
kcbanner committed
K
K
debug: rename StackTraceContext to ThreadContext
kcbanner committed
July 5, 2023
K
dwarf: introduce ExpressionContext, add more expression opcodes
kcbanner committed
July 3, 2023
K
debug: fixup base address calculations for macho
kcbanner committed
July 2, 2023
June 27, 2023
K
debug: x86 unwinding support, more unwinding fixes
kcbanner committed
June 26, 2023
K
dwarf: add support for .debug_frame and CIE version 4
kcbanner committed
June 25, 2023
K
update to new builtin syntax
kcbanner committed
K
dwarf: use eh_frame length if it's available
kcbanner committed
June 23, 2023
K
add more safety checks when searching for eh_frame entries using findEntry
kcbanner committed
K
- rebase and update to lastest master
kcbanner committed
June 2, 2023
K
dwarf: fixup pointer cast
kcbanner committed