aboutsummaryrefslogtreecommitdiff
path: root/lib/std/debug.zig
AgeCommit message (Expand)Author
2020-02-20Correctly count all the loaded modules on WindowsLemonBoy
2020-02-20sudokuLemonBoy
2020-02-20less hideousLemonBoy
2020-02-20elvis entered the buildingLemonBoy
2020-02-20osxLemonBoy
2020-02-20windows widestringLemonBoy
2020-02-20wideLemonBoy
2020-02-20winLemonBoy
2020-02-20tmpLemonBoy
2020-02-20debug: Split the DWARF stuff in its own fileLemonBoy
2020-02-10Merge pull request #4404 from ziglang/async-stdAndrew Kelley
2020-02-07debug: Show a nice error message on SIGBUSLemonBoy
2020-02-06more std lib async I/O integrationAndrew Kelley
2020-02-06debug: Improve the frame-walking strategyLemonBoy
2020-02-05Merge pull request #4345 from Rocknest/open-diAndrew Kelley
2020-02-05Link the issue in doc commentRocknest
2020-02-05Fix double close in openElfDebugInfoRocknest
2020-02-03Add InstallRawStep to Zig build system that does a similar job to llvm-objcop...Michaƫl Larouche
2020-01-30Merge pull request #4324 from fengb/testing-allocatorAndrew Kelley
2020-01-30Merge pull request #4319 from Rocknest/windows-tracesAndrew Kelley
2020-01-30Small DWARF fixupsLemonBoy
2020-01-30Fix one more edge caseRocknest
2020-01-29Promoted "leak_count_allocator" to the main testing.allocatorBenjamin Feng
2020-01-29Move FailingAllocator to testingBenjamin Feng
2020-01-29Fix off-by-one errorRocknest
2020-01-29Reorganize definitionsRocknest
2020-01-29Create leak_count_allocatorBenjamin Feng
2020-01-29Changing stuff and seeing what happensRocknest
2020-01-29Move debug.global_allocator to testing.allocatorBenjamin Feng
2020-01-29Add an advanced segfault handler on windowsRocknest
2020-01-27Merge pull request #4300 from LemonBoy/debug-windowsAndrew Kelley
2020-01-27Unify the two DWARF interpretersLemonBoy
2020-01-27Fix stack-trace address calculation on WindowsLemonBoy
2020-01-27Handle S_GPROC32 symbols in PDB filesLemonBoy
2020-01-26fix regression in windows stack traces tty detectionAndrew Kelley
2020-01-26fix debug info code not being freestanding compatibleAndrew Kelley
2020-01-25Fix handling of DW_LNE_end_sequenceLemonBoy
2020-01-25Fix parsing of DW_AT_Ranges debug entryLemonBoy
2020-01-21Adjust tests & work around a nasty ICELemonBoy
2020-01-21Refactor some code in the debug outputLemonBoy
2020-01-08Pointer alignment fixes for the stdlibLemonBoy
2020-01-06zig fmt and update `extern fn` to `callconv(.C)`Andrew Kelley
2020-01-02Implement the callconv() annotationLemonBoy
2019-12-20sentinel slicing improvementsAndrew Kelley
2019-12-16use -fsanitize=undefined for C code in safe build modesAndrew Kelley
2019-12-10Replace @typeOf with @TypeOf in all zig sourceRobin Voetter
2019-12-08windows-specific fixesAndrew Kelley
2019-12-08std.fmt.format: tuple parameter instead of var argsAndrew Kelley
2019-12-02bring your own OS layer in the std libAndrew Kelley
2019-12-01Merge remote-tracking branch 'origin/master' into remove-array-type-coercionAndrew Kelley