llvm-project/lldb/test/Shell/Unwind/Inputs
Sriraman Tallam 9aa7a721ce Test to check backtraces with machine function splitting.
clang supports option -fsplit-machine-functions and this test checks if the
backtraces are sane when functions are split.

With -fsplit-machine-functions, a function with profiles can get split into 2
parts, the original function containing hot code and a cold part as determined
by the profile info and the cold cutoff threshold.. The cold part gets the
".cold" suffix to disambiguate its symbol from the hot part and can be placed
arbitrarily in the address space.

This test checks if the back-trace looks correct when the cold part is executed.

Differential Revision: https://reviews.llvm.org/D90081
2020-10-26 14:08:42 -07:00
..
basic-block-sections.c This test includes a source that will produce basic blocks and hence sections with -fbasic-block-sections=all. 2020-10-16 21:31:42 -07:00
call-asm.c
eh-frame-augment-noop.s
eh-frame-dwarf-unwind.s
eh-frame-small-fde.s
prefer-debug-over-eh-frame.s
split-machine-functions.ll Test to check backtraces with machine function splitting. 2020-10-26 14:08:42 -07:00
thread-step-out-ret-addr-check.s
trap_frame_sym_ctx.s
unwind-plan-dwarf-dump.s