llvm-project/lldb/test/Shell/Process/TestAbortExitCode.test
Raphael Isemann e123959e94 [lldb] Remove debugserver specific string from TestAbortExitCode check
The test only checks the exit code that the debug server sends back, but
not the following explanation which is different for debugserver and lldb-server.
2020-09-03 10:03:02 +02:00

7 lines
150 B
Plaintext

UNSUPPORTED: system-windows
RUN: %clang_host %p/Inputs/abort.c -o %t
RUN: %lldb %t -o run -o continue | FileCheck %s
CHECK: status = 6 (0x00000006)