mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
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. |
||
|---|---|---|
| .. | ||
| Dwarf | ||
| Dwarf.zig | ||
| Info.zig | ||
| MemoryAccessor.zig | ||
| Pdb.zig | ||
| SelfInfo.zig | ||