mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 10:58:11 +08:00
Revert "[lldb] Remove the newly-added test in 66acd1e4dc1080015fe6b234226f1d30d6577f04"
This reverts commit 343eb4b425.
This test should work now that the build script doesn't add -m(32|64) on Arm/AArch64
builders.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# UNSUPPORTED: system-darwin, system-windows
|
||||
|
||||
# Make sure the artifical field `vptr.ClassName` from gcc debug info is ignored.
|
||||
# RUN: %build --compiler=gcc %S/Inputs/debug-types-expressions.cpp -o %t
|
||||
# RUN: %lldb %t -s %s -o exit | FileCheck %s
|
||||
|
||||
breakpoint set -n foo
|
||||
process launch
|
||||
|
||||
# CHECK: Process {{.*}} stopped
|
||||
|
||||
frame variable *a
|
||||
# CHECK-LABEL: frame variable *a
|
||||
# CHECK: (B) *a = {
|
||||
# CHECK-NEXT: A = (i = 47)
|
||||
# CHECK-NEXT: j = 42
|
||||
# CHECK-NEXT: }
|
||||
Reference in New Issue
Block a user