Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 823774
Collapse All | Expand All

(-)a/src/util/tests/u_debug_stack_test.cpp (-1 / +1 lines)
Lines 49-55 func_b(void) Link Here
49
   debug_backtrace_dump(backtrace, 16);
49
   debug_backtrace_dump(backtrace, 16);
50
}
50
}
51
51
52
static void ATTRIBUTE_NOINLINE
52
static void ATTRIBUTE_NOINLINE __attribute__((optimize("no-omit-frame-pointer")))
53
func_c(struct debug_stack_frame *frames)
53
func_c(struct debug_stack_frame *frames)
54
{
54
{
55
   debug_backtrace_capture(frames, 0, 16);
55
   debug_backtrace_capture(frames, 0, 16);

Return to bug 823774