llvm-project/lldb/test/Shell/Unwind
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
..
Inputs Test to check backtraces with machine function splitting. 2020-10-26 14:08:42 -07:00
basic-block-sections.test 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
eh-frame-augment-noop.test [lldb/Test] Disable eh-frame-augment-noop.test on macOS 2020-06-26 15:59:59 -07:00
eh-frame-dwarf-unwind.test [lldb] Remove custom DWARF expression printing code 2020-05-25 16:09:25 +02:00
eh-frame-small-fde.test [lldb/lit] Introduce %clang_host substitutions 2019-10-31 10:40:37 +01:00
prefer-debug-over-eh-frame.test [lldb/lit] Introduce %clang_host substitutions 2019-10-31 10:40:37 +01:00
split-machine-functions.test Test to check backtraces with machine function splitting. 2020-10-26 14:08:42 -07:00
thread-step-out-ret-addr-check.test [lldb/Driver] Exit with a non-zero exit code in case of error in batch mode. 2020-05-05 11:01:44 -07:00
trap_frame_sym_ctx.test [lldb/lit] Introduce %clang_host substitutions 2019-10-31 10:40:37 +01:00
unwind-plan-dwarf-dump.test [lldb] Remove custom DWARF expression printing code 2020-05-25 16:09:25 +02:00