aboutsummaryrefslogtreecommitdiff
path: root/test/src/Debugger.zig
AgeCommit message (Expand)Author
2025-08-15fix: print error set members in a consistent orderWill Lillis
2025-06-19Target: pass and use locals by pointer instead of by valueJacob Young
2025-06-19Build: change how the target is printed in step namesJacob Young
2025-06-06restore debug llvm CI coverageAndrew Kelley
2025-05-12test: Fix incorrect interpretation of -Dtest-filter=... for test-debugger.Alex Rønne Petersen
2025-03-05Remove uses of deprecated callconv aliasesLinus Groh
2025-02-20test: Disable packet timeout for debugger tests.Alex Rønne Petersen
2025-01-24x86_64: rewrite float vector `@abs` and equality comparisonsJacob Young
2025-01-12Dwarf: emit debug info for extern globalsJacob Young
2024-12-18test-debugger: migrate from deprecated std.Build APIsmlugg
2024-11-28Merge pull request #22067 from alexrp/pie-testsAlex Rønne Petersen
2024-11-24dwarf: fix stepping through an inline loop containing one statementJacob Young
2024-11-24test: Enable -Dtest-target-filter=... to work for test-debugger.Alex Rønne Petersen
2024-11-23lldb: implement tuple typesJacob Young
2024-10-31compiler: remove anonymous struct types, unify all tuplesmlugg
2024-10-09Dwarf: implement and test lexical blocksJacob Young
2024-10-09lldb: print field names with a leading dotJacob Young
2024-09-10Dwarf: implement and test hash mapsJacob Young
2024-09-10Dwarf: implement and test multi array list slicesJacob Young
2024-09-10Dwarf: implement and test multi array listJacob Young
2024-09-10Dwarf: implement and test segmented listJacob Young
2024-09-10Dwarf: implement and test declsJacob Young
2024-08-28Dwarf: fix and test inline function bugsJacob Young
2024-08-27Dwarf: fix and test string formatJacob Young
2024-08-22Type: fix inconsistency between `zig fmt` and `@typeName`Jacob Young
2024-08-21test/debugger: test emitting relocs by ELF linkerJakub Konka
2024-08-20Dwarf: fix issues with inline call sitesJacob Young
2024-08-18Dwarf: test enumsJacob Young
2024-08-18Dwarf: fix and test unionsJacob Young
2024-08-17Dwarf: fix and test error unionsJacob Young
2024-08-17Dwarf: fix and test allowzero pointersJacob Young
2024-08-16Dwarf: fix cross-module inline function line infoJacob Young
2024-08-16Dwarf: rework self-hosted debug info from scratchJacob Young