zig/lib/std/debug
Andrew Kelley 517cfb0dd1 fuzzing: progress towards web UI
* libfuzzer: close file after mmap
* fuzzer/main.js: connect with EventSource and debug dump the messages.
  currently this prints how many fuzzer runs have been attempted to
  console.log.
* extract some `std.debug.Info` logic into `std.debug.Coverage`.
  Prepares for consolidation across multiple different executables which
  share source files, and makes it possible to send all the
  PC/SourceLocation mapping data with 4 memcpy'd arrays.
* std.Build.Fuzz:
  - spawn a thread to watch the message queue and signal event
    subscribers.
  - track coverage map data
  - respond to /events URL with EventSource messages on a timer
2024-08-07 00:48:32 -07:00
..
Dwarf reintroduce std.Dwarf.abi.supportsUnwinding 2024-08-02 14:15:03 -07:00
Coverage.zig fuzzing: progress towards web UI 2024-08-07 00:48:32 -07:00
Dwarf.zig std.debug.Info.resolveSourceLocations: O(N) implementation 2024-08-07 00:48:32 -07:00
FixedBufferReader.zig std.debug.Dwarf: precompute .debug_line table 2024-08-07 00:48:32 -07:00
Info.zig fuzzing: progress towards web UI 2024-08-07 00:48:32 -07:00
MemoryAccessor.zig std.debug: reorg and clarify API goals 2024-08-01 23:11:59 -07:00
Pdb.zig std.debug: rename Info to SelfInfo 2024-08-01 22:11:35 -07:00
SelfInfo.zig std.debug.FixedBufferReader is fine 2024-08-07 00:48:32 -07:00