|
20 | 20 |
|
21 | 21 | // gdb-command:print stack_unique.value
|
22 | 22 | // gdb-check:$1 = 0
|
23 |
| -// gdb-command:print stack_unique.next.val->value |
| 23 | +// gdb-command:print stack_unique.next->value |
24 | 24 | // gdb-check:$2 = 1
|
25 | 25 |
|
26 | 26 | // gdb-command:print unique_unique->value
|
27 | 27 | // gdb-check:$3 = 2
|
28 |
| -// gdb-command:print unique_unique->next.val->value |
| 28 | +// gdb-command:print unique_unique->next->value |
29 | 29 | // gdb-check:$4 = 3
|
30 | 30 |
|
31 | 31 | // gdb-command:print box_unique->val.value
|
32 | 32 | // gdb-check:$5 = 4
|
33 |
| -// gdb-command:print box_unique->val.next.val->value |
| 33 | +// gdb-command:print box_unique->val.next->value |
34 | 34 | // gdb-check:$6 = 5
|
35 | 35 |
|
36 | 36 | // gdb-command:print vec_unique[0].value
|
37 | 37 | // gdb-check:$7 = 6.5
|
38 |
| -// gdb-command:print vec_unique[0].next.val->value |
| 38 | +// gdb-command:print vec_unique[0].next->value |
39 | 39 | // gdb-check:$8 = 7.5
|
40 | 40 |
|
41 | 41 | // gdb-command:print borrowed_unique->value
|
42 | 42 | // gdb-check:$9 = 8.5
|
43 |
| -// gdb-command:print borrowed_unique->next.val->value |
| 43 | +// gdb-command:print borrowed_unique->next->value |
44 | 44 | // gdb-check:$10 = 9.5
|
45 | 45 |
|
46 | 46 | // MANAGED
|
47 | 47 | // gdb-command:print stack_managed.value
|
48 | 48 | // gdb-check:$11 = 10
|
49 |
| -// gdb-command:print stack_managed.next.val->val.value |
| 49 | +// gdb-command:print stack_managed.next.val->value |
50 | 50 | // gdb-check:$12 = 11
|
51 | 51 |
|
52 | 52 | // gdb-command:print unique_managed->value
|
53 | 53 | // gdb-check:$13 = 12
|
54 |
| -// gdb-command:print unique_managed->next.val->val.value |
| 54 | +// gdb-command:print unique_managed->next.val->value |
55 | 55 | // gdb-check:$14 = 13
|
56 | 56 |
|
57 |
| -// gdb-command:print box_managed->val.value |
| 57 | +// gdb-command:print box_managed.val->value |
58 | 58 | // gdb-check:$15 = 14
|
59 |
| -// gdb-command:print box_managed->val.next.val->val.value |
| 59 | +// gdb-command:print box_managed->val->next.val->value |
60 | 60 | // gdb-check:$16 = 15
|
61 | 61 |
|
62 | 62 | // gdb-command:print vec_managed[0].value
|
63 | 63 | // gdb-check:$17 = 16.5
|
64 |
| -// gdb-command:print vec_managed[0].next.val->val.value |
| 64 | +// gdb-command:print vec_managed[0].next.val->value |
65 | 65 | // gdb-check:$18 = 17.5
|
66 | 66 |
|
67 | 67 | // gdb-command:print borrowed_managed->value
|
68 | 68 | // gdb-check:$19 = 18.5
|
69 |
| -// gdb-command:print borrowed_managed->next.val->val.value |
| 69 | +// gdb-command:print borrowed_managed->next.val->value |
70 | 70 | // gdb-check:$20 = 19.5
|
71 | 71 |
|
72 | 72 | // LONG CYCLE
|
|
97 | 97 | // gdb-command:print (*****long_cycle_w_anonymous_types).value
|
98 | 98 | // gdb-check:$31 = 30
|
99 | 99 |
|
100 |
| -// gdb-command:print (*****((*****long_cycle_w_anonymous_types).next.val)).value |
| 100 | +// gdb-command:print (*****((*****long_cycle_w_anonymous_types).next)).value |
101 | 101 | // gdb-check:$32 = 31
|
102 | 102 |
|
103 | 103 | // gdb-command:continue
|
|
0 commit comments