xref: /llvm-project/lldb/test/Shell/Driver/CommandOnCrashMultiThreaded.test (revision 8a3597d73c8f694ca8c991d8cb4bb97a4ac8ba8c)
1*8a3597d7SMartin Storsjö# REQUIRES: native && (target-x86 || target-x86_64)
2*8a3597d7SMartin Storsjö# RUN: %clangxx_host %p/Inputs/CommandOnCrashMultiThreaded.cpp -o %t -pthread
3*8a3597d7SMartin Storsjö# RUN: %lldb -b -o "process launch" -k "process continue" -k "exit" %t | FileCheck %s
4*8a3597d7SMartin Storsjö
5*8a3597d7SMartin Storsjö# CHECK: Process {{[0-9]+}} exited with status = 0
6