Skip to content

Commit d96ea27

Browse files
committed
Revert "[lldb] Remove the newly-added test in 66acd1e"
This reverts commit 343eb4b. This test should work now that the build script doesn't add -m(32|64) on Arm/AArch64 builders.
1 parent 96a0d71 commit d96ea27

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# UNSUPPORTED: system-darwin, system-windows
2+
3+
# Make sure the artifical field `vptr.ClassName` from gcc debug info is ignored.
4+
# RUN: %build --compiler=gcc %S/Inputs/debug-types-expressions.cpp -o %t
5+
# RUN: %lldb %t -s %s -o exit | FileCheck %s
6+
7+
breakpoint set -n foo
8+
process launch
9+
10+
# CHECK: Process {{.*}} stopped
11+
12+
frame variable *a
13+
# CHECK-LABEL: frame variable *a
14+
# CHECK: (B) *a = {
15+
# CHECK-NEXT: A = (i = 47)
16+
# CHECK-NEXT: j = 42
17+
# CHECK-NEXT: }

0 commit comments

Comments
 (0)