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
/
std
/
debug.zig
Age
Commit message (
Expand
)
Author
2019-07-03
workaround for no equality operator for enum literal and tagged union
Andrew Kelley
2019-07-03
added segfault handler support for windows
emekoi
2019-07-02
Merge pull request #2788 from emekoi/pdb-fix
Andrew Kelley
2019-07-02
stack traces on segfault by default for linux-x86_64
Andrew Kelley
2019-06-29
added init function for `Coff`
emekoi
2019-06-28
initialize sections in openSelfDebugInfoWindows
emekoi
2019-06-22
heap: make one global instance of DirectAllocator
Sahnvour
2019-06-14
standard library integrates with knowledge of stripped debug info
Andrew Kelley
2019-06-10
altered all instances of readInt* in std.io (and std.debug) to consume the mi...
tgschultz
2019-06-09
different array literal syntax when inferring the size
Andrew Kelley
2019-05-27
fix debug builds of WASI
Andrew Kelley
2019-05-27
fixes for Windows and WASI
Andrew Kelley
2019-05-26
behavior tests passing on Linux
Andrew Kelley
2019-05-26
clean up references to os
Andrew Kelley
2019-05-26
clean up references to posix
Andrew Kelley
2019-05-26
starting to fix the regressions
Andrew Kelley
2019-05-26
do Jay's suggestion with posix/os API naming & layout
Andrew Kelley
2019-05-19
ran zig fmt on stdlib
emekoi
2019-05-18
Remove more 64bit-centric assumptions from stdlib
LemonBoy
2019-05-13
Mmap debug info on linux
Marc Tiehuis
2019-05-10
Use matching types when parsing fields
LemonBoy
2019-05-10
Fix minor bug in LEB128 parsing
LemonBoy
2019-05-08
std.debug: fix stack trace iteration code
Andrew Kelley
2019-04-23
Go one instruction before the return address
LemonBoy
2019-04-23
Fix silly typo
LemonBoy
2019-04-23
Fix reading of signed leb128 values
LemonBoy
2019-04-20
fixup and zig fmt
Andrew Kelley
2019-04-20
Recover symbol infos from DWARF sections
LemonBoy
2019-04-19
Fix parseFormValueConstant
LemonBoy
2019-04-11
A bunch of fixes for the DWARF parser (#2254)
Andrew Kelley
2019-04-11
Add initial support for iOS targets (#2237)
Matthew Iannucci
2019-04-11
Distinguish between absolute/relative addresses
LemonBoy
2019-04-11
Fix reading of reference attributes
LemonBoy
2019-04-11
Fix reading of udata/sdata encoded attributes
LemonBoy
2019-04-10
Correct parsing of DWARF line_info section
LemonBoy
2019-03-16
print a message instead of returning an error when debug info comes from a so...
Sahnvour
2019-03-16
avoid reading LineBlockFragmentHeader at all if the address is not in range, ...
Sahnvour
2019-03-16
allow pdb modules to have no C13 data, this happens if the module is stripped
Sahnvour
2019-03-16
correct padding handling between std.pdb.ModInfo entries in DbiStream
Sahnvour
2019-03-15
breaking changes to std.mem.Allocator interface API
Andrew Kelley
2019-03-02
rename std lib files to new convention
Andrew Kelley
2017-12-23
move std/debug.zig to a subdirectory
Andrew Kelley
2017-12-22
explicitly return from blocks
Andrew Kelley
2017-12-18
wip export rewrite
Andrew Kelley
2017-12-12
stack traces: support DW_AT_ranges
Andrew Kelley
2017-12-11
self-hosted: test all out of memory conditions
Andrew Kelley
2017-12-11
refactor debug.global_allocator into mem.FixedBufferAllocator
Andrew Kelley
2017-12-10
add self-hosted parsing and rendering to main tests
Andrew Kelley
2017-12-06
add higher level arg-parsing API + misc. changes
Andrew Kelley
2017-12-04
rename builtin.is_big_endian to builtin.endian
Andrew Kelley
[next]