zig/lib/std/debug
Andrew Kelley 2e12b45d8b introduce tool for dumping coverage file
with debug info resolved.

begin efforts of providing `std.debug.Info`, a cross-platform
abstraction for loading debug information into an in-memory format that
supports queries such as "what is the source location of this virtual
memory address?"

Unlike `std.debug.SelfInfo`, this API does not assume the debug
information in question happens to match the host CPU architecture, OS,
or other target properties.
2024-08-07 00:48:32 -07:00
..
Dwarf reintroduce std.Dwarf.abi.supportsUnwinding 2024-08-02 14:15:03 -07:00
Dwarf.zig introduce tool for dumping coverage file 2024-08-07 00:48:32 -07:00
Info.zig introduce tool for dumping coverage file 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 introduce tool for dumping coverage file 2024-08-07 00:48:32 -07:00