Files
libunwind/tests/Garm-test-debug-frame-bt.c
2025-02-25 15:04:01 -05:00

14 lines
259 B
C

#include <stdio.h>
#include <stdlib.h>
/*
* Run the backtrace test using the ARM DWARF unwinder based on the
* .debug_frame section.
*/
__attribute__((constructor))
void set_dwarf(void) {
setenv("UNW_ARM_UNWIND_METHOD", "1", 1);
}
#include "Gtest-bt.c"