diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-14 17:00:15 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-14 17:00:15 -0400 |
| commit | 938b9b96e20d7233492dbdb2fbb396ffebb51b96 (patch) | |
| tree | 8235dac9ae352f1b708d12a491acd6650720cefc /src/stdlib/stacktrace.h | |
| parent | c3cec08ce94b25eb19588d333c738a24e96abac4 (diff) | |
Reworking of stack traces (back to using addr2line) for compatibility
and improved output quality
Diffstat (limited to 'src/stdlib/stacktrace.h')
| -rw-r--r-- | src/stdlib/stacktrace.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <stdio.h> -void initialize_stacktrace(const char *program); +__attribute__ ((noinline)) void print_stacktrace(FILE *out, int offset); |
