xref: /llvm-project/lldb/test/Shell/Minidump/Windows/broken-unwind.test (revision b587ca93be114d07ec3bf654add97d7872325281)
1Test that we can cope with broken unwind information that suggests
2reading out of bounds.
3
4RUN: yaml2obj %S/Inputs/broken-unwind.exe.yaml -o %T/broken-unwind.exe
5RUN: yaml2obj %S/Inputs/broken-unwind.dmp.yaml -o %T/broken-unwind.dmp
6RUN: %lldb -O "settings set target.exec-search-paths %T" \
7RUN:   -c %T/broken-unwind.dmp -o "image show-unwind -a 0xb1000" -o exit
8