brintos

brintos / llvm-project-archived public Read only

0
0
Text · 477 B · 21af535 Raw
19 lines · plain
1# UNSUPPORTED: system-darwin, system-windows2# REQUIRES: gcc3 4# Make sure the artifical field `vptr.ClassName` from gcc debug info is ignored.5# RUN: %build --compiler=gcc %S/Inputs/debug-types-expressions.cpp -o %t6# RUN: %lldb %t -s %s -o exit | FileCheck %s7 8breakpoint set -n foo9process launch10 11# CHECK: Process {{.*}} stopped12 13frame variable *a14# CHECK-LABEL: frame variable *a15# CHECK:      (B) *a = {16# CHECK-NEXT:   A = (i = 47)17# CHECK-NEXT:   j = 4218# CHECK-NEXT: }19