mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
The previous mecanism for linux distributions to delivers debug info into `/usr/lib/debug` no longer seems in use. the current mecanism often is using `debuginfod` (https://sourceware.org/elfutils/Debuginfod.html) This commit only tries to load already available debuginfo but does not try to make any download requests. the user can manually run `debuginfod-find debuginfo PATH` to populate the cache. |
||
|---|---|---|
| .. | ||
| Dwarf | ||
| Coverage.zig | ||
| Dwarf.zig | ||
| FixedBufferReader.zig | ||
| Info.zig | ||
| MemoryAccessor.zig | ||
| Pdb.zig | ||
| SelfInfo.zig | ||