zig/std/c
Andrew Kelley 5c1ec20c9a MacOS stack traces use the already mmapped executable
...rather than trying to find the executable on the file system.

Also use a more robust PIE offset calculation based on the
available metadata.

And for the last function, use the data that tells the end
rather than assuming 4K.

Also they print in a consistent way with Linux stack traces.
2018-08-23 16:23:33 -04:00
..
darwin.zig MacOS stack traces use the already mmapped executable 2018-08-23 16:23:33 -04:00
index.zig Merge pull request #1294 from ziglang/async-fs 2018-08-10 15:51:17 -04:00
linux.zig
windows.zig