| Age | Commit message (Expand) | Author |
| 2023-07-20 | dwarf: move macho unwind code from macho -> dwarf | kcbanner |
| 2023-07-20 | test: disable omit_frame_pointer unwinding tests on aarch64-macos | kcbanner |
| 2023-07-20 | debug: disable the new unwinder on aarch64-macos | kcbanner |
| 2023-07-20 | macho: don't scan all eh_frame entries, instead follow the offset from the __... | kcbanner |
| 2023-07-20 | dwarf: add explicit_fde_offset to support more optimal __unwind_info dwarf lo... | kcbanner |
| 2023-07-20 | debug: load the macho unwind sections from the already-mapped image | kcbanner |
| 2023-07-20 | dwarf: fixup integer overflow in readEhPointer | kcbanner |
| 2023-07-20 | use eh_frame from the mapped binary if available | kcbanner |
| 2023-07-20 | debug: fixup an inconsistency in the getcontext implementation on aarch64-macos | kcbanner |
| 2023-07-20 | dwarf: use cie.return_address_register instead of assuming it's in the IP reg... | kcbanner |
| 2023-07-20 | debug: fixup have_getcontext | kcbanner |
| 2023-07-20 | debug: fixup last_error being printed too many times | kcbanner |
| 2023-07-20 | debug: fix initialization of the optional fields on StackIterator | kcbanner |
| 2023-07-20 | macho: add aarch64 implementation to unwindFrame | kcbanner |
| 2023-07-20 | debug: add relocateContext | kcbanner |
| 2023-07-20 | macho: add unwindFrame which can unwind stack frames using the __unwind_info ... | kcbanner |
| 2023-07-20 | dwarf: add ExpressionError to work around the compiler not being able to infe... | kcbanner |
| 2023-07-20 | dwarf: skip register tests on unimplemented arch / os, add tests for type con... | kcbanner |
| 2023-07-20 | dwarf: fixup regBytes for the case where there is no context support | kcbanner |
| 2023-07-20 | debug: add dupeContext, store a pointer to a copy of ThreadContext on UnwindC... | kcbanner |
| 2023-07-20 | debug: rename StackTraceContext to ThreadContext | kcbanner |
| 2023-07-20 | dwarf: introduce ExpressionContext, add more expression opcodes | kcbanner |
| 2023-07-20 | darwin: update mcontext_t definition for aarch64 to add neon state | kcbanner |
| 2023-07-20 | debug: fixup base address calculations for macho | kcbanner |
| 2023-07-20 | dwarf: don't dupe function names, as they are backed by the memory mapped sec... | kcbanner |
| 2023-07-20 | debug: rework how unwind errors are printed, and add module name lookup for l... | kcbanner |
| 2023-07-20 | debug: de-duplicate some code in macos ModuleDebugInfo | kcbanner |
| 2023-07-20 | c: fixup getcontext | kcbanner |
| 2023-07-20 | c: add getcontext | kcbanner |
| 2023-07-20 | debug: fix reading -gdwarf generated debug sections in COFF files | kcbanner |
| 2023-07-20 | linux: rework getcontext to closer match the specification (saved IP/SP match... | kcbanner |
| 2023-07-20 | debug: x86 unwinding support, more unwinding fixes | kcbanner |
| 2023-07-20 | debug: enhance writeCurrentStackTrace to use context-based unwinding when ava... | kcbanner |
| 2023-07-20 | update to new builtin syntax | kcbanner |
| 2023-07-20 | - rebase and update to lastest master | kcbanner |
| 2023-07-20 | dwarf: add support for .eh_frame_hdr when unwinding | kcbanner |
| 2023-07-20 | debug: fix memory leak when an error occurs opening a pdb file | kcbanner |
| 2023-07-20 | debug: more fixups for mips linux not having ucontext_t | kcbanner |
| 2023-07-20 | debug: fixing more compile errors on arches that I hadn't tested on yet | kcbanner |
| 2023-07-20 | debug: use an explicit context type instead of anytype for dumpStackTraceFrom... | kcbanner |
| 2023-07-20 | debug: fixup context detection for wasi | 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 CommonInformationEntry parser | kcbanner |
| 2023-07-20 | debug: support loading elf debug info from external files | kcbanner |
| 2023-06-24 | all: migrate code to new cast builtin syntax | mlugg |
| 2023-06-19 | all: zig fmt and rename "@XToY" to "@YFromX" | Eric Joldasov |
| 2023-06-16 | migration: std.math.{min, min3, max, max3} -> `@min` & `@max` | r00ster91 |