asda?‰PNG  IHDR ? f ??C1 sRGB ??é gAMA ±? üa pHYs ? ??o¨d GIDATx^íüL”÷e÷Y?a?("Bh?_ò???¢§?q5k?*:t0A-o??¥]VkJ¢M??f?±8\k2íll£1]q?ù???T #include #include void unwind_stack_trace (void) { struct unwind_state state; unwind_start (&state, current, 0, 0); while (! unwind_done (&state)) { unsigned long addr = unwind_get_return_address (&state); if (addr == 0) break; unwind_next_frame (&state); } }