[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git] / lldb / test / Shell / Register / Core / x86-32-netbsd-addr.test
bloba074e91b8d54fdd465105bcc4ccf7c8fb60a468c
1 # RUN: %lldb -b -s %s -c %p/Inputs/x86-32-netbsd.core | FileCheck %s
3 register 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
13 # TODO: fix reading fp registers