zig/lib/std/debug
Xavier Bouchoux cbdf9bf5ee std.debug.Dwarf: try to load the debuginfo from the debuginfod cache.
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.
2024-08-08 07:28:59 +02:00
..
Dwarf reintroduce std.Dwarf.abi.supportsUnwinding 2024-08-02 14:15:03 -07:00
Coverage.zig std.debug.Coverage: use extern structs 2024-08-07 00:48:32 -07:00
Dwarf.zig std.debug.Dwarf: try to load the debuginfo from the debuginfod cache. 2024-08-08 07:28:59 +02: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: fix compile errors on windows and macos 2024-08-07 00:48:32 -07:00