aboutsummaryrefslogtreecommitdiff
path: root/lib/std/debug.zig
AgeCommit message (Expand)Author
2022-11-29std.mem.Allocator: allow shrink to failAndrew Kelley
2022-11-12Make invalidFmtError public and use in place of compileErrors for bad format ...Nick Cernis
2022-11-04all: rename i386 to x86Ali Chraghi
2022-10-25cbe: get enough things working to support basic programsJacob Young
2022-10-21builtin.zig: Do not overwrite error frames when trace fullCody Tapscott
2022-10-20Revert "add std.debug.todo"Andrew Kelley
2022-10-18all: rename `@maximum` to `@max` and `@minimum` to `@min`Ali Chraghi
2022-10-18std.debug: define error set in DebugInfo.lookupModuleDlMeghan
2022-10-18std: check for overflow in dumpStackTraceFromBaseXavier Bouchoux
2022-09-20std: add return address parameter to panic fnVeikka Tuominen
2022-08-23std.debug: DWARFv5 fixesAndrew Kelley
2022-08-23coff: fix compile errors in std.debugJakub Konka
2022-08-23macho: fix compile errors in std.debugJakub Konka
2022-08-23std.debug: implement support for DWARFv5Andrew Kelley
2022-08-23coff: improve default COFF/PE object parserJakub Konka
2022-08-22Windows: Fix incorrect output when .pdb file is not found during stack traceRyan Liptak
2022-08-22Dwarf: Added stroffsetsptr support (#12270)Keith Chambers
2022-08-16AstGen: detect declarations shadowing localsVeikka Tuominen
2022-08-11std: fix definition of SIG_IGN, SIG_DFL, etc.Isaac Freund
2022-08-06std: use std.macho.LoadCommandIterator for MachO parsing in std.debugJakub Konka
2022-07-29std.debug: default signal handler also handles SIGFPEAndrew Kelley
2022-06-28Merge pull request #11919 from squeek502/failing-allocator-stacktraceAndrew Kelley
2022-06-27Fix stack traces with non-null `first_address` on WindowsRyan Liptak
2022-06-25Move sys_can_stack_trace from GPA to std.debug so that it can be re-used as n...Ryan Liptak
2022-06-23std.debug: fix ConfigurableTrace.dump OOBFlandreScarlet
2022-06-12add std.debug.Trace.formatAndrew Kelley
2022-06-09std.debug.Trace: improve APIAndrew Kelley
2022-06-09introduce std.debug.TraceAndrew Kelley
2022-05-27math: make `cast` return optional instead of an errorAli Chraghi
2022-05-24stage2: fixes for error union semanticsAndrew Kelley
2022-05-13target: Rename sparcv9 -> sparc64Koakuma
2022-05-04std: Single-threaded `panicImpl` sleep is unreachable (#11569)Jay Petacat
2022-04-26std.Thread: ResetEvent improvements (#11523)protty
2022-04-21debug: add smoke testJakub Konka
2022-04-21debug: fix resource (de)allocation for Elf and Coff targetsJakub Konka
2022-04-21debug: fix resource (de)allocation for MachO targetsJakub Konka
2022-04-21dwarf: clean up allocations in std.dwarf moduleJakub Konka
2022-04-19wasm: Fix unreachable pathsLuuk de Gram
2022-04-18wasm: Add support for debug infoLuuk de Gram
2022-04-04Pull elf magic string out to re-used constantTom Read Cutting
2022-03-19Merge pull request #11228 from Vexu/panicAndrew Kelley
2022-03-19fix sigaction double paniczseri
2022-03-19std: enable default panic handler for stage2 LLVM on LinuxVeikka Tuominen
2022-03-17debug: msync only current page when validation frame pointerJakub Konka
2022-03-15std.dwarf: implement basic DWARF 5 parsingWilliam Sengir
2022-03-12stage2 llvm: do not use getIntrinsic for airFrameAddressVeikka Tuominen
2022-02-19StackIterator should not try to check validity on freestandingLee Cannon
2022-02-11validate in Windows using VirtualQuerym
2022-02-11std: validate frame-pointer address in stack walkingm
2022-02-07debug: implement segfault handler for macOS aarch64John Schmidt