zig/test/standalone/coff_dwarf
Andrew Kelley 975c185b92 fix compilation on powerpc GNU systems
...which have a ucontext_t but not a PC register. The current stack
unwinding implementation does not yet support this architecture.

Also fix name of `std.debug.SelfInfo.openSelf` to remove redundancy.

Also removed this hook into root providing an "openSelfDebugInfo"
function. Sorry, this debugging code is not of sufficient quality to
offer a plugin API right now.
2024-08-02 14:14:59 -07:00
..
build.zig Build: cleanup 2024-05-05 09:42:51 -04:00
main.zig fix compilation on powerpc GNU systems 2024-08-02 14:14:59 -07:00
shared_lib.c