aboutsummaryrefslogtreecommitdiff
path: root/lib/std/debug.zig
AgeCommit message (Expand)Author
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
2024-07-19std.c reorganizationAndrew Kelley
2024-07-17Windows: Rework kernel32 apisStephen Gregoratto
2024-07-15Better implementation of GetLastError. (#20623)Lucas Santos
2024-07-10dwarf: use StackIterator.MemoryAccessor to check memory accesses instead of i...kcbanner
2024-07-09debug: prevent segfaults on linuxJacob Young
2024-07-04add std.debug.assertReadableAndrew Kelley
2024-06-13std: Convert deprecated aliases to compile errors and fix usagesRyan Liptak
2024-06-12std.debug: lock stderr mutex when panickingAndrew Kelley
2024-05-31not android check on std.debug.getContextGeorge Thayamkery
2024-05-29rename zig-cache to .zig-cacheAndrew Kelley
2024-05-27std.debug.Trace: follow the struct default field guidanceAndrew Kelley