File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
cross-project-tests/debuginfo-tests/llgdb-tests Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4
4
// XFAIL: gdb-clang-incompatibility
5
5
6
6
// DEBUGGER: delete breakpoints
7
- // DEBUGGER: break static-member.cpp:33
7
+ // DEBUGGER: break static-member-2 .cpp:36
8
8
// DEBUGGER: r
9
9
// DEBUGGER: ptype C
10
10
// CHECK: {{struct|class}} C {
11
- // CHECK: static const int a;
11
+ // CHECK: static const int a
12
12
// CHECK-NEXT: static int b;
13
13
// CHECK-NEXT: static int c;
14
- // CHECK-NEXT: int d;
14
+ // CHECK: int d;
15
15
// CHECK-NEXT: }
16
16
// DEBUGGER: p C::a
17
- // CHECK: ${{[0-9]}} = 4
17
+ // CHECK: 4
18
18
// DEBUGGER: p C::c
19
- // CHECK: ${{[0-9]}} = 15
19
+ // CHECK: 15
20
20
21
21
// PR14471, PR14734
22
22
Original file line number Diff line number Diff line change 3
3
// RUN: %test_debuginfo %s %t.out
4
4
// XFAIL: !system-darwin && gdb-clang-incompatibility
5
5
// DEBUGGER: delete breakpoints
6
- // DEBUGGER: break static-member.cpp:33
6
+ // DEBUGGER: break static-member.cpp:35
7
7
// DEBUGGER: r
8
8
// DEBUGGER: ptype MyClass
9
9
// CHECK: {{struct|class}} MyClass {
10
- // CHECK: static const int a;
10
+ // CHECK: static const int a
11
11
// CHECK-NEXT: static int b;
12
12
// CHECK-NEXT: static int c;
13
- // CHECK-NEXT: int d;
13
+ // CHECK: int d;
14
14
// CHECK-NEXT: }
15
15
// DEBUGGER: p MyClass::a
16
16
// CHECK: ${{[0-9]}} = 4
You can’t perform that action at this time.
0 commit comments