aboutsummaryrefslogtreecommitdiff
path: root/lib/std/dwarf/call_frame.zig
AgeCommit message (Expand)Author
2023-08-22compiler: move unions into InternPoolAndrew Kelley
2023-08-14dwarf: add missing length check in rowColumnskcbanner
2023-07-24simplify call frame instruction parserkcbanner
2023-07-24fixup inline switchkcbanner
2023-07-20dwarf: implement aarch64 default register ruleskcbanner
2023-07-20dwarf: fix the unwinder using the incorrect row from the FDE in certain caseskcbanner
2023-07-20dwarf: fixup regBytes for the case where there is no context supportkcbanner
2023-07-20debug: add dupeContext, store a pointer to a copy of ThreadContext on UnwindC...kcbanner
2023-07-20debug: rename StackTraceContext to ThreadContextkcbanner
2023-07-20dwarf: introduce ExpressionContext, add more expression opcodeskcbanner
2023-07-20dwarf: don't dupe function names, as they are backed by the memory mapped sec...kcbanner
2023-07-20debug: x86 unwinding support, more unwinding fixeskcbanner
2023-07-20update to new builtin syntaxkcbanner
2023-07-20- rebase and update to lastest masterkcbanner
2023-07-20dwarf: add support for .eh_frame_hdr when unwindingkcbanner
2023-07-20dwarf: fixes for non-64 bit systemskcbanner
2023-07-20- rework CFI instruction parsing to not use std.metakcbanner
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- implement more opcodeskcbanner
2023-07-20- move writing code to zig-dwarfdumpkcbanner
2023-07-20- fix remember_statekcbanner
2023-07-20- add DWARF expression parserkcbanner
2023-07-20add VirtualMachine to run CFA instructionskcbanner
2023-07-20- add call frame instruction parserkcbanner