aboutsummaryrefslogtreecommitdiff
path: root/lib/std/debug.zig
AgeCommit message (Expand)Author
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-02-26fix behavior tests with --test-evented-ioAndrew Kelley
2020-02-23correct test expectationsLemonBoy
2020-02-22delete extra code, more forgivenessLemonBoy
2020-02-22unification: windows debug infoLemonBoy
2020-02-22unification: osx debug infoLemonBoy
2020-02-21unsureLemonBoy
2020-02-20soldier onLemonBoy
2020-02-20tidy interface, const correctnessLemonBoy
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