You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
365 B
8 lines
365 B
Test that we can cope with broken unwind information that suggests
|
|
reading out of bounds.
|
|
|
|
RUN: yaml2obj %S/Inputs/broken-unwind.exe.yaml -o %T/broken-unwind.exe
|
|
RUN: yaml2obj %S/Inputs/broken-unwind.dmp.yaml -o %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
|