Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / Shell / Register / Core / x86-32-netbsd-multithread.test
blob16425e7ef807c039b1b747aa4a095d98ec516df5
1 # RUN: %lldb -b -s %s -c %p/Inputs/x86-32-netbsd-multithread.core | FileCheck %s
3 thread list
4 # CHECK: * thread #1: tid = 2, 0x08048db9, stop reason = signal SIGSEGV 
5 # CHECK-NEXT:   thread #2: tid = 4, 0x08048dbf, stop reason = signal 0 
6 # CHECK-NEXT:   thread #3: tid = 3, 0x08048dbf, stop reason = signal 0 
7 # CHECK-NEXT:   thread #4: tid = 1, 0xf876a147, stop reason = signal 0 
10 register read --all
11 # CHECK-DAG: ecx = 0x03030303
12 # CHECK-DAG: ebx = 0x04040404
14 thread select 3
15 # CHECK: (lldb) thread select 3
16 register read --all
17 # CHECK-DAG: ecx = 0x13131313
18 # CHECK-DAG: ebx = 0x14141414
20 thread select 2
21 # CHECK: (lldb) thread select 2
22 register read --all
23 # CHECK-DAG: ecx = 0x23232323
24 # CHECK-DAG: ebx = 0x24242424