File tree 1 file changed +8
-9
lines changed
1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 9
9
// except according to those terms.
10
10
11
11
// min-lldb-version: 310
12
- // ignore-test // Test temporarily ignored due to debuginfo tests being disabled, see PR 47155
13
12
// compile-flags:-g
14
13
15
14
// === GDB TESTS ===================================================================================
35
34
// gdb-command:continue
36
35
37
36
// gdb-command:print x
38
- // gdb-check:$5 = 10.5
37
+ // gdb-check:$7 = 10.5
39
38
// gdb-command:print y
40
- // gdb-check:$6 = 20
39
+ // gdb-check:$8 = 20
41
40
// gdb-command:continue
42
41
43
42
// gdb-command:print x
44
- // gdb-check:$5 = 11.5
43
+ // gdb-check:$9 = 11.5
45
44
// gdb-command:print y
46
- // gdb-check:$6 = 20
45
+ // gdb-check:$10 = 20
47
46
// gdb-command:continue
48
47
49
48
// === LLDB TESTS ==================================================================================
69
68
// lldb-command:continue
70
69
71
70
// lldb-command:print x
72
- // lldb-check:[...]$4 = 10.5
71
+ // lldb-check:[...]$6 = 10.5
73
72
// lldb-command:print y
74
- // lldb-check:[...]$5 = 20
73
+ // lldb-check:[...]$7 = 20
75
74
// lldb-command:continue
76
75
77
76
// lldb-command:print x
78
- // lldb-check:[...]$4 = 11.5
77
+ // lldb-check:[...]$8 = 11.5
79
78
// lldb-command:print y
80
- // lldb-check:[...]$5 = 20
79
+ // lldb-check:[...]$9 = 20
81
80
// lldb-command:continue
82
81
83
82
#![ feature( omit_gdb_pretty_printer_section) ]
You can’t perform that action at this time.
0 commit comments