From 938b9b96e20d7233492dbdb2fbb396ffebb51b96 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 14 Apr 2025 17:00:15 -0400 Subject: Reworking of stack traces (back to using addr2line) for compatibility and improved output quality --- src/stdlib/stacktrace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stdlib/stacktrace.h') diff --git a/src/stdlib/stacktrace.h b/src/stdlib/stacktrace.h index e3e04814..828bbe98 100644 --- a/src/stdlib/stacktrace.h +++ b/src/stdlib/stacktrace.h @@ -1,5 +1,5 @@ #pragma once #include -void initialize_stacktrace(const char *program); +__attribute__ ((noinline)) void print_stacktrace(FILE *out, int offset); -- cgit v1.2.3