zig/lib/std/debug
Andrew Kelley d00cc10086 std.debug: delete MemoryAccessor
This API is based around the unsound idea that a process can perform
checked virtual memory loads to prevent crashing. This depends on
OS-specific APIs that may be unavailable, disabled, or impossible due to
virtualization.

It also makes collecting stack traces ridiculously slow, which is a
problem for users of DebugAllocator - in other words, everybody, all the
time. It also makes strace go from being superbly clean to being awful.
2025-08-23 13:48:52 -07:00
..
Dwarf std.debug: delete MemoryAccessor 2025-08-23 13:48:52 -07:00
Coverage.zig std: Restore conventional compareFn behavior for binarySearch 2024-09-16 14:04:18 -07:00
Dwarf.zig std.debug: delete MemoryAccessor 2025-08-23 13:48:52 -07:00
FixedBufferReader.zig std.debug: delete MemoryAccessor 2025-08-23 13:48:52 -07:00
Info.zig runtime page size detection 2025-02-06 14:23:23 -08:00
no_panic.zig std: remove old panic handlers after zig1.wasm update 2025-06-01 12:10:57 +01:00
Pdb.zig std.ArrayList: make unmanaged the default 2025-08-11 15:52:49 -07:00
SelfInfo.zig std.debug: delete MemoryAccessor 2025-08-23 13:48:52 -07:00
simple_panic.zig std.io: move getStdIn, getStdOut, getStdErr functions to fs.File 2025-07-07 22:43:51 -07:00