File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,8 @@ void main()
97
97
// CHECK: type = print_gdb.eA
98
98
// GDB: whatis print_gdb.eA
99
99
// CHECK: type = print_gdb.eA
100
- // GDB: p b_Glob
100
+ // note: `b_Glob` worked with gdb v9; gdb v15 requires a fully qualified name
101
+ // GDB: p inputs.import_b.b_Glob
101
102
// CHECK: = 99.8
102
103
103
104
cC clsC = new cC;
@@ -106,7 +107,7 @@ void main()
106
107
clsC.mixedVal++ ;
107
108
108
109
// BP
109
- // GDB: b print_gdb.d:109
110
+ // GDB: b print_gdb.d:110
110
111
// GDB: c
111
112
// GDB: p *clsC
112
113
// GDB: p clsC.classMemberFunc(6)
@@ -123,7 +124,7 @@ void main()
123
124
templatedStruct! float tsF;
124
125
125
126
// BP
126
- // GDB: b print_gdb.d:126
127
+ // GDB: b print_gdb.d:127
127
128
// GDB: c
128
129
// GDB: whatis tsF
129
130
// CHECK: type = print_gdb.templatedStruct
You can’t perform that action at this time.
0 commit comments