Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / Shell / Minidump / Windows / broken-unwind.test
blob464624b3fc248361beeefcb377a3e27d462ac208
1 Test that we can cope with broken unwind information that suggests
2 reading out of bounds.
4 RUN: yaml2obj %S/Inputs/broken-unwind.exe.yaml -o %T/broken-unwind.exe
5 RUN: yaml2obj %S/Inputs/broken-unwind.dmp.yaml -o %T/broken-unwind.dmp
6 RUN: %lldb -O "settings set target.exec-search-paths %T" \
7 RUN:   -c %T/broken-unwind.dmp -o "image show-unwind -a 0xb1000" -o exit