xref: /llvm-project/lldb/test/Shell/Register/Core/x86-32-netbsd-addr.test (revision d4c437c4289c0e0fd2684920b7e59b3f3c19b8e5)
1# RUN: %lldb -b -s %s -c %p/Inputs/x86-32-netbsd.core | FileCheck %s
2
3register read --all
4# CHECK-DAG: eip = 0x08048955
5# CHECK-DAG: eflags = 0x00010282
6# CHECK-DAG: cs = 0x00000037
7# CHECK-DAG: fs = 0x0000004f
8# CHECK-DAG: gs = 0x0000008b
9# CHECK-DAG: ss = 0x0000004f
10# CHECK-DAG: ds = 0x0000004f
11# CHECK-DAG: es = 0x0000004f
12
13# TODO: fix reading fp registers
14