summaryrefslogtreecommitdiffstats
path: root/lldb/test/Shell/Minidump/Windows/broken-unwind.test
blob: b83cc60d4e4cc28fa9bb79fb7ace80b9ec033596 (plain)
1
2
3
4
5
6
7
Test that we can cope with broken unwind information that suggests
reading out of bounds.

RUN: yaml2obj %S/Inputs/broken-unwind.exe.yaml > %T/broken-unwind.exe
RUN: yaml2obj %S/Inputs/broken-unwind.dmp.yaml > %T/broken-unwind.dmp
RUN: %lldb -O "settings set target.exec-search-paths %T" \
RUN:   -c %T/broken-unwind.dmp -o "image show-unwind -a 0xb1000" -o exit
OpenPOWER on IntegriCloud