aboutsummaryrefslogtreecommitdiff
path: root/lib/std/dwarf.zig
AgeCommit message (Expand)Author
2023-07-20dwarf: add support for .eh_frame_hdr when unwindingkcbanner
2023-07-20debug: fixing more compile errors on arches that I hadn't tested on yetkcbanner
2023-07-20dwarf: fixes for non-64 bit systemskcbanner
2023-07-20dwarf: fixup for sort changeskcbanner
2023-07-20fmt and cleanupkcbanner
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 default register rulekcbanner
2023-07-20- move writing code to zig-dwarfdumpkcbanner
2023-07-20- add call frame instruction parserkcbanner
2023-07-20begin working on parsing unwind infokcbanner
2023-07-20add CommonInformationEntry parserkcbanner
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-12std.dwarf: fix findCompileUnit when ranges offset is given by constmlugg
2023-05-29std.dwarf: handle DWARF 5 compile unit DW_AT_ranges correctlymlugg
2023-04-20fixes to the previous commitAndrew Kelley
2023-04-20Expose an option for producing 64-bit DWARF formatDavid Gonzalez Martin
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2022-12-06remove most conditional compilation based on stage1Andrew Kelley
2022-08-23std.debug: DWARFv5 fixesAndrew Kelley
2022-08-23std.debug: implement support for DWARFv5Andrew Kelley
2022-08-22Dwarf: Added stroffsetsptr support (#12270)Keith Chambers
2022-05-27math: make `cast` return optional instead of an errorAli Chraghi
2022-04-21dwarf: clean up allocations in std.dwarf moduleJakub Konka
2022-03-30Remove a std.debug.print from the dwarf.zig fileJames Mintram
2022-03-16std.dwarf: avoid some async/await stuff in stage2 buildsAndrew Kelley
2022-03-15std.dwarf: implement basic DWARF 5 parsingWilliam Sengir
2022-03-12AstGen: fix nosuspendExpr handling result location twiceVeikka Tuominen
2022-03-08LLVM: add DISubprogram and DIType lowering; handle dbg_stmtAndrew Kelley
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-01std: reorganization that allows new usingnamespace semanticsAndrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-06-18Convert remaining addresses to u64 from usize in dwarf.zigMatt Chudleigh
2021-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
2021-04-12dwarf: fix LineNumberProgram checkMichael Dusan
2021-04-12Revert "dwarf: fix LineNumberProgram check"Michael Dusan
2021-04-12dwarf: fix LineNumberProgram checkMichael Dusan
2021-02-24zig fmt the std libAndrew Kelley
2021-01-07Reduce use of deprecated IO typesJay Petacat
2021-01-04Merge pull request #7592 from LemonBoy/fix-7188Andrew Kelley
2020-12-31Year++Frank Denis
2020-12-30std: Clean up some testsLemonBoy
2020-11-18Merge pull request #7005 from jshholland/deprecate-spanVeikka Tuominen
2020-11-16Move leb128 and remove trivial *mem functions as discussed in #5588 (#6876)tgschultz
2020-11-07remove deprecated uses of ArrayList.spanJosh Holland
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-13add error for unused/duplicate block labelsVexu