aboutsummaryrefslogtreecommitdiff
path: root/lib/std/debug.zig
AgeCommit message (Expand)Author
2025-10-10Coff: implement threadlocal variablesJacob Young
2025-10-10std.debug: greatly expand target support for segfault handling/unwindingAlex Rønne Petersen
2025-10-09std.debug: fix FP unwinding for LoongArchAlex Rønne Petersen
2025-10-09std.debug: fix SelfInfo default for freestanding ELF targetsAlex Rønne Petersen
2025-10-09std.debug: fix incorrect FP unwinding on RISC-V and SPARCmlugg
2025-10-07std.debug: add noinline to functions that capture the current stack traceAlex Rønne Petersen
2025-10-07std.debug: prefer FP unwinding on targets where it is idealAlex Rønne Petersen
2025-10-05std.debug: completely disable FP-based unwinding on mipsAlex Rønne Petersen
2025-10-04Merge pull request #25457 from linusg/more-serenityAlex Rønne Petersen
2025-10-04std.debug: consider FP-based unwinding on hexagon and powerpc safeAlex Rønne Petersen
2025-10-04std.debug: fix FP-based unwinding on powerpc64Alex Rønne Petersen
2025-10-03std.debug: Add unwind support for serenityLinus Groh
2025-10-03std.debug: use correct return address offset for s390xAlex Rønne Petersen
2025-10-01std.debug.SelfInfo: rename Darwin to MachOAlex Rønne Petersen
2025-10-01std.debug: don't use SelfInfo.Windows for UEFIAlex Rønne Petersen
2025-10-01std.debug: select SelfInfo using ObjectFormat.default()Alex Rønne Petersen
2025-09-30std.debug.SelfInfo: remove shared logicmlugg
2025-09-30std.debug: significantly speed up capturing stack tracesmlugg
2025-09-30std.debug: cap total stack trace framesmlugg
2025-09-30std.debug.SelfInfo: thread safetymlugg
2025-09-30std: don't get CPU context when using CBE targeting MSVCmlugg
2025-09-30std.debug: go back to storing return addresses instead of call addressesmlugg
2025-09-30std: allow disabling stack tracingmlugg
2025-09-30std.debug: update support checksmlugg
2025-09-30std.debug: miscellaneous fixesmlugg
2025-09-30std: rework/remove ucontext_tmlugg
2025-09-30fix compile errors and minor bugsmlugg
2025-09-30std.debug: don't attempt SelfInfo unwinding when unsupportedmlugg
2025-09-30std.debug: never attempt FP unwind under fomit-frame-pointermlugg
2025-09-30compiler: fix new panic handler in release buildsmlugg
2025-09-30std: replace debug.Dwarf.ElfModule with debug.ElfFilemlugg
2025-09-30std.debug: don't include dumpCurrentStackTrace framemlugg
2025-09-30std.debug: try removing a probably-redundant conditionmlugg
2025-09-30std.debug: handle ThreadContext slightly bettermlugg
2025-09-30std.debug: unwinding on Windowsmlugg
2025-09-30std: doc comments and tweaksmlugg
2025-09-30std: fixesmlugg
2025-09-30SelfInfo: be honest about how general unwinding ismlugg
2025-09-30add freestanding support IN THEORYmlugg
2025-09-30std.debug: improve the APIs and stuffmlugg
2025-09-30std.debug.SelfInfo: concrete error setsmlugg
2025-09-30the world if ElfModule didn't suck:mlugg
2025-09-30change one million thingsmlugg
2025-09-30debug: refactor stack frame capturingJacob Young
2025-09-07std.debug.assertAligned: support const pointersAndrew Kelley
2025-09-03std.debug: disable stack traces on loongarchAlex Rønne Petersen
2025-08-31delete behavior test that depends on std.fmtAndrew Kelley
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-08-28std.debug: remove `@frameAddress()` "UAF"mlugg
2025-08-25delete std.debug.FixedBufferReaderAndrew Kelley