index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
src
/
Debugger.zig
Age
Commit message (
Expand
)
Author
2025-08-15
fix: print error set members in a consistent order
Will Lillis
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-06-19
Build: change how the target is printed in step names
Jacob Young
2025-06-06
restore debug llvm CI coverage
Andrew Kelley
2025-05-12
test: Fix incorrect interpretation of -Dtest-filter=... for test-debugger.
Alex Rønne Petersen
2025-03-05
Remove uses of deprecated callconv aliases
Linus Groh
2025-02-20
test: Disable packet timeout for debugger tests.
Alex Rønne Petersen
2025-01-24
x86_64: rewrite float vector `@abs` and equality comparisons
Jacob Young
2025-01-12
Dwarf: emit debug info for extern globals
Jacob Young
2024-12-18
test-debugger: migrate from deprecated std.Build APIs
mlugg
2024-11-28
Merge pull request #22067 from alexrp/pie-tests
Alex Rønne Petersen
2024-11-24
dwarf: fix stepping through an inline loop containing one statement
Jacob Young
2024-11-24
test: Enable -Dtest-target-filter=... to work for test-debugger.
Alex Rønne Petersen
2024-11-23
lldb: implement tuple types
Jacob Young
2024-10-31
compiler: remove anonymous struct types, unify all tuples
mlugg
2024-10-09
Dwarf: implement and test lexical blocks
Jacob Young
2024-10-09
lldb: print field names with a leading dot
Jacob Young
2024-09-10
Dwarf: implement and test hash maps
Jacob Young
2024-09-10
Dwarf: implement and test multi array list slices
Jacob Young
2024-09-10
Dwarf: implement and test multi array list
Jacob Young
2024-09-10
Dwarf: implement and test segmented list
Jacob Young
2024-09-10
Dwarf: implement and test decls
Jacob Young
2024-08-28
Dwarf: fix and test inline function bugs
Jacob Young
2024-08-27
Dwarf: fix and test string format
Jacob Young
2024-08-22
Type: fix inconsistency between `zig fmt` and `@typeName`
Jacob Young
2024-08-21
test/debugger: test emitting relocs by ELF linker
Jakub Konka
2024-08-20
Dwarf: fix issues with inline call sites
Jacob Young
2024-08-18
Dwarf: test enums
Jacob Young
2024-08-18
Dwarf: fix and test unions
Jacob Young
2024-08-17
Dwarf: fix and test error unions
Jacob Young
2024-08-17
Dwarf: fix and test allowzero pointers
Jacob Young
2024-08-16
Dwarf: fix cross-module inline function line info
Jacob Young
2024-08-16
Dwarf: rework self-hosted debug info from scratch
Jacob Young