[lldb] TestInferiorCrashing.py should check for crash reason
authorAlex Langford <alangford@apple.com>
Mon, 27 Mar 2023 21:03:12 +0000 (14:03 -0700)
committerAlex Langford <alangford@apple.com>
Tue, 28 Mar 2023 19:19:10 +0000 (12:19 -0700)
commit9efb4db29dcc94b32710884e5af3f4e0b38263a6
tree106c10358ff33cd9f294414e2aaec1590a329268
parent50f1476a9748c15b9c35391feccff08b75122620
[lldb] TestInferiorCrashing.py should check for crash reason

In a now-reverted series of patches, I inadvertently broke the ability
for lldb-server to explain a crash reason. To ensure that this feature
continues to work after future refactors, let's test the feature.

Differential Revision: https://reviews.llvm.org/D147001
lldb/test/API/functionalities/inferior-crashing/TestInferiorCrashing.py