xref: /llvm-project/lldb/test/Shell/Register/Core/x86-32-linux-addr.test (revision e414ede2cd54b03f3ff7d547132f06d1b836e5bb)
1# RUN: %lldb -b -s %s -c %p/Inputs/x86-32-linux.core | FileCheck %s
2
3register read --all
4# CHECK-DAG: eip = 0x080492ab
5# CHECK-DAG: eflags = 0x00010283
6# CHECK-DAG: cs = 0x00000023
7# CHECK-DAG: fs = 0x00000000
8# CHECK-DAG: gs = 0x00000063
9# CHECK-DAG: ss = 0x0000002b
10# CHECK-DAG: ds = 0x0000002b
11# CHECK-DAG: es = 0x0000002b
12
13# CHECK-DAG: fiseg = 0x00000000
14# CHECK-DAG: fioff = 0x08049292
15# CHECK-DAG: foseg = 0x00000000
16# CHECK-DAG: fooff = 0xfff2d078
17