aboutsummaryrefslogtreecommitdiff
path: root/lib/std/dwarf/abi.zig
AgeCommit message (Expand)Author
2023-10-02Add illumos OS tagStephen Gregoratto
2023-09-30solaris: add missing registersRyan Zezeski
2023-08-15netbsd: std.dwarf.abi: disable x86_64 regBytes()Michael Dusan
2023-08-15std: fix compilation errors in dwarf/abi.zig when targeting iOSJakub Konka
2023-07-26target: emit unwind tables if the platform supports unwindingkcbanner
2023-07-20dwarf: implement aarch64 default register ruleskcbanner
2023-07-20dwarf: add abi.stripInstructionPtrAuthCodekcbanner
2023-07-20debug: fix initialization of the optional fields on StackIteratorkcbanner
2023-07-20macho: add aarch64 implementation to unwindFramekcbanner
2023-07-20macho: add unwindFrame which can unwind stack frames using the __unwind_info ...kcbanner
2023-07-20dwarf: add ExpressionError to work around the compiler not being able to infe...kcbanner
2023-07-20dwarf: fixup regBytes for the case where there is no context supportkcbanner
2023-07-20debug: rename StackTraceContext to ThreadContextkcbanner
2023-07-20debug: fixup base address calculations for machokcbanner
2023-07-20dwarf: add support for DWARF5 DW_AT_ranges in subprograms, add DebugRangeIter...kcbanner
2023-07-20debug: fixing more compile errors on arches that I hadn't tested on yetkcbanner
2023-07-20- rework CFI instruction parsing to not use std.metakcbanner
2023-07-20dwarf: implement more register mappings, fix up macos compilekcbanner
2023-07-20dwarf: implement more register number mappingskcbanner
2023-07-20- rework StackIterator to optionally use debug_info to unwind the stackkcbanner
2023-07-20- add DWARF expression parserkcbanner
2023-07-20- add call frame instruction parserkcbanner