zig/lib/std/debug
Loris Cro 0b9d6ad042 std.debug: handle static library paths correctly when reading SelfInfo
On macOS ofile entries will not be clean file paths when the entry points
at a static archive, like `libfoo.a(libfoo.a.o)` for example.

Previously the code for loading debug info would fail resulting in
missing frames in stack traces.

TODO: fix memory leak, add test case
2025-05-03 18:42:00 +02:00
..
Dwarf std.Target: Remove Cpu.Arch.spu_2. 2025-02-17 19:17:55 +01:00
Coverage.zig std: Restore conventional compareFn behavior for binarySearch 2024-09-16 14:04:18 -07:00
Dwarf.zig stdlib: handle EEXIST in mmap with FIXED_NOREPLACE. Fixes #21475 2025-02-24 04:36:14 -05:00
FixedBufferReader.zig std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
Info.zig runtime page size detection 2025-02-06 14:23:23 -08:00
MemoryAccessor.zig adjust runtime page size APIs 2025-02-06 14:23:23 -08:00
no_panic.zig make @memcpy and @memmove share panic handlers 2025-04-27 23:30:00 -07:00
Pdb.zig std.pdb: obey naming conventions 2024-08-29 23:43:52 +01:00
SelfInfo.zig std.debug: handle static library paths correctly when reading SelfInfo 2025-05-03 18:42:00 +02:00
simple_panic.zig make @memcpy and @memmove share panic handlers 2025-04-27 23:30:00 -07:00