aboutsummaryrefslogtreecommitdiff
path: root/lib/std/debug.zig
AgeCommit message (Expand)Author
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-01-29std.debug: disable sporadically failing testAndrew Kelley
2023-01-24debug: re-enable resource management test on x86_64 windowskcbanner
2023-01-23std: eliminate pointless meta.assumeSentinel() usageIsaac Freund
2023-01-21FreeBSD: add mcontext_t for aarch64Stephen Gregoratto
2023-01-18netbsd: add mcontext_t for aarch64Michael Dusan
2023-01-08debug: fixup memory managementkcbanner
2023-01-08windows: rework DebugInfo to use less file operations and fix some memory man...kcbanner
2023-01-06Implement some more environment functions for WASI.Brendan Burns
2023-01-05std: collect all options under one namespaceVeikka Tuominen
2023-01-04debug: replace RtlCaptureStackBackTrace (which was spuriously failing) with a...Casey Banner
2022-12-29Replace tabs with spaces when printing a line for trace output.IntegratedQuantum
2022-12-15std.debug: disable sporadically failing testAndrew Kelley
2022-12-15std.debug.TTY: Fix colors not resetting on WindowsRyan Liptak
2022-12-13std.debug: use OpenSelfDebugInfoErrorr00ster91
2022-12-13cleanup: inline color constantsr00ster91
2022-12-13fix(terminal): handle some possible errors and resolve TODOsr00ster91
2022-12-11Remove incorrect assertion in readMachODebugInfo panicking during panicJakub Konka
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