zig/lib/std/debug
Matthew Lugg 010dcd6a9b
fuzzer: account for runtime address slide
This is relevant to PIEs, which are notably enabled by default on macOS.
The build system needs to only see virtual addresses, that is, those
which do not have the slide applied; but the fuzzer itself naturally
sees relocated addresses (i.e. with the slide applied). We just need to
subtract the slide when we communicate addresses to the build system.
2025-11-20 10:42:20 +00:00
..
Dwarf std.debug: allow fp unwind from context 2025-11-12 21:02:38 +00:00
SelfInfo fuzzer: account for runtime address slide 2025-11-20 10:42:20 +00:00
Coverage.zig std: fix debug.Info and debug.Coverage 2025-09-30 13:44:52 +01:00
cpu_context.zig represent Mac Catalyst as aarch64-maccatalyst-none rather than aarch64-ios-macabi 2025-11-14 11:33:35 +01:00
Dwarf.zig std.debug.Dwarf: add kvx ip/fp/sp register mappings 2025-11-10 09:40:44 +01:00
ElfFile.zig fix typo in std.debug.ElfFile.loadSeparateDebugFile 2025-10-31 09:44:47 +01:00
Info.zig std.debug.Info: basic Mach-O support 2025-11-20 10:42:20 +00:00
MachOFile.zig std.debug: split up Mach-O debug info handling 2025-11-20 10:42:20 +00:00
no_panic.zig std: remove old panic handlers after zig1.wasm update 2025-06-01 12:10:57 +01:00
Pdb.zig std: work around crash parsing LLVM PDB 2025-09-30 13:44:55 +01:00
simple_panic.zig std.io: move getStdIn, getStdOut, getStdErr functions to fs.File 2025-07-07 22:43:51 -07:00