blob: d8e18662679db8f87f6f2d34bf0ab9eecf8a4f7e (
plain)
1
2
3
4
5
6
7
8
|
Test that we can cope with broken unwind information that suggests
reading out of bounds.
RUN: mkdir -p %t.dir
RUN: yaml2obj %S/Inputs/broken-unwind.exe.yaml -o %t.dir/broken-unwind.exe
RUN: yaml2obj %S/Inputs/broken-unwind.dmp.yaml -o %t.dir/broken-unwind.dmp
RUN: %lldb -O "settings set target.exec-search-paths %t.dir" \
RUN: -c %t.dir/broken-unwind.dmp -o "image show-unwind -a 0xb1000" -o exit
|