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 [lldb/Unwind] Use eh_frame plan directly when it doesn't need to be augmented 2020-06-26 11:46:47 +02:00
eh-frame-dwarf-unwind.s
eh-frame-small-fde.s [lldb] Fix eh-frame-small-fde test for changes in lld 2020-01-13 11:17:34 +01:00
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 [lldb] One more attempt to fix thread-step-out-ret-addr-check on windows 2019-12-21 13:33:42 +01:00
trap_frame_sym_ctx.s
unwind-plan-dwarf-dump.s