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.
7 lines
150 B
Plaintext
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)
|