[][src]Function dart_sys::Dart_DumpNativeStackTrace

pub unsafe extern "C" fn Dart_DumpNativeStackTrace(context: *mut c_void)

Print a native stack trace. Used for crash handling.

If context is NULL, prints the current stack trace. Otherwise, context should be a CONTEXT* (Windows) or ucontext_t* (POSIX) from a signal handler running on the current thread.