fn dumpStackTraceFromBase(context: *const ThreadContext) void

Tries to print the stack trace starting from the supplied base pointer to stderr, unbuffered, and ignores any error returned. TODO multithreaded awareness

Parameters

context: *const ThreadContext,