aboutsummaryrefslogtreecommitdiff
path: root/lib/std/debug.zig
AgeCommit message (Expand)Author
2025-01-24std: remove old declarations now a zig1 update has happenedmlugg
2025-01-24all: update for `panic.unwrapError` and `panic.call` signature changesmlugg
2025-01-24compiler: yet more panic handler changesmlugg
2025-01-23std.debug: Fall back to .eh_frame/.debug_frame if .eh_frame_hdr is incomplete.Alex Rønne Petersen
2025-01-22std.debug: remove `errorReturnTraceHelper`mlugg
2025-01-21std.debug: fix format on ConfigurableTraceandrewkraevskii
2025-01-16x86_64: implement union accessJacob Young
2025-01-16x86_64: implement switch jump tablesJacob Young
2025-01-16all: update to `std.builtin.Type.Pointer.Size` field renamesmlugg
2024-11-29defaultPanic: @trap on 'other' targetPat Tullmann
2024-11-22add assertLocked to std.debug.SafetyLockScott Redig
2024-11-04std.debug: Add handling for armeb, thumb, thumbeb, and aarch64_be.Alex Rønne Petersen
2024-11-02std.os.windows: Deprecate WINAPI in favor of CallingConvention.winapi.Alex Rønne Petersen
2024-10-29std.debug: watchOS: fixes for ilp32 ABI (#21765)Mario Nachbaur
2024-10-07std.debug: Fix defaultPanic() uefi buildLinus Groh
2024-10-03std.debug: Disable stack traces on s390x.Alex Rønne Petersen
2024-09-26embrace panic helpersAndrew Kelley
2024-09-26work around riscv64 backend deficienciesAndrew Kelley
2024-09-26reintroduce the std.builtin safety panic helpersAndrew Kelley
2024-09-26fixes for this branchAndrew Kelley
2024-09-26remove formatted panicsAndrew Kelley
2024-09-01std: make debug.dumpStackPointerAddr compileNico Elbers
2024-08-31Merge pull request #21173 from mrjbq7/writeStackTraceAndrew Kelley
2024-08-30Merge pull request #21174 from alexrp/win-armAndrew Kelley
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-28std.debug: Fix a bitness portability issue in walkStackWindows().Alex Rønne Petersen
2024-08-27compiler,lib,test,langref: migrate `@setCold` to `@branchHint`mlugg
2024-08-22std.debug: remove allocator from std.debug.writeStackTrace()John Benediktsson
2024-08-18std.debug: Also disable stack traces on mips64.Alex Rønne Petersen
2024-08-16std: disable failing debug info test for self-hostedJacob Young
2024-08-13std.debug: Support sparc32 in StackIterator.init().Alex Rønne Petersen
2024-08-07fuzzing: progress towards web UIAndrew Kelley
2024-08-07std.debug.Dwarf: precompute .debug_line tableAndrew Kelley
2024-08-07std.debug.FixedBufferReader is fineAndrew Kelley
2024-08-07code coverage dumping tool basic implementationAndrew Kelley
2024-08-07introduce tool for dumping coverage fileAndrew Kelley
2024-08-02fix compilation on powerpc GNU systemsAndrew Kelley
2024-08-01std.debug: reorg and clarify API goalsAndrew Kelley
2024-08-01std.debug: rename Info to SelfInfoAndrew Kelley
2024-08-01std.debug.Info: extract to separate fileAndrew Kelley
2024-08-01std: dwarf namespace reorgAndrew Kelley
2024-08-01std.debug.DebugInfo: rename to std.debug.InfoAndrew Kelley
2024-07-29std: Stop supporting Linux/glibc versions older than declared in std.Target.Alex Rønne Petersen
2024-07-24Replace some dynamic functions with static ones.Lucas Santos
2024-07-23Merge pull request #20706 from alexrp/sigaction-nosysAndrew Kelley
2024-07-22debug: correct dump_hex and dump_hex_fallible casing (#19296)Wooster
2024-07-21std.posix: Consider invalid signal numbers to sigaction() to be programmer er...Alex Rønne Petersen
2024-07-21Revert "Merge pull request #20380 from tau-dev/master"Andrew Kelley
2024-07-21Merge pull request #20380 from tau-dev/masterAndrew Kelley
2024-07-19ModuleDebugInfo: Discard C++ namespaces appearing in PDBsTau