9 lines · plain
1Test that we can cope with broken unwind information that suggests2reading out of bounds.3 4RUN: mkdir -p %t.dir5RUN: yaml2obj %S/Inputs/broken-unwind.exe.yaml -o %t.dir/broken-unwind.exe6RUN: yaml2obj %S/Inputs/broken-unwind.dmp.yaml -o %t.dir/broken-unwind.dmp7RUN: %lldb -O "settings set target.exec-search-paths %t.dir" \8RUN: -c %t.dir/broken-unwind.dmp -o "image show-unwind -a 0xb1000" -o exit9