|
35 | 35 | // gdb-command:whatis f64 |
36 | 36 | // gdb-check:type = f64 |
37 | 37 | // gdb-command:whatis fnptr |
38 | | -// gdb-check:type = [...] (*)([...]) |
| 38 | +// gdb-check:type = *mut fn () |
39 | 39 | // gdb-command:info functions _yyy |
40 | 40 | // gdbg-check:[...]![...]_yyy([...]); |
41 | | -// gdbr-check:static fn basic_types_metadata::_yyy() -> !; |
| 41 | +// gdbr-check:static fn basic_types_metadata::_yyy(); |
42 | 42 | // gdb-command:ptype closure_0 |
43 | | -// gdbr-check: type = struct closure |
| 43 | +// gdbr-check: type = struct basic_types_metadata::main::{closure_env#0} |
44 | 44 | // gdbg-check: type = struct closure { |
45 | 45 | // gdbg-check: <no data fields> |
46 | 46 | // gdbg-check: } |
47 | 47 | // gdb-command:ptype closure_1 |
48 | 48 | // gdbg-check: type = struct closure { |
49 | 49 | // gdbg-check: bool *__0; |
50 | 50 | // gdbg-check: } |
51 | | -// gdbr-check: type = struct closure ( |
52 | | -// gdbr-check: bool *, |
53 | | -// gdbr-check: ) |
| 51 | +// gdbr-check: type = struct basic_types_metadata::main::{closure_env#1} { |
| 52 | +// gdbr-check: *mut bool, |
| 53 | +// gdbr-check: } |
54 | 54 | // gdb-command:ptype closure_2 |
55 | 55 | // gdbg-check: type = struct closure { |
56 | 56 | // gdbg-check: bool *__0; |
57 | 57 | // gdbg-check: isize *__1; |
58 | 58 | // gdbg-check: } |
59 | | -// gdbr-check: type = struct closure ( |
60 | | -// gdbr-check: bool *, |
61 | | -// gdbr-check: isize *, |
62 | | -// gdbr-check: ) |
| 59 | +// gdbr-check: type = struct basic_types_metadata::main::{closure_env#2} { |
| 60 | +// gdbr-check: *mut bool, |
| 61 | +// gdbr-check: *mut isize, |
| 62 | +// gdbr-check: } |
63 | 63 |
|
64 | 64 | // |
65 | 65 | // gdb-command:continue |
|
0 commit comments