|
2 | 2 | //@ disable-gdb-pretty-printers |
3 | 3 | //@ ignore-backends: gcc |
4 | 4 |
|
5 | | -// gdb-command:run |
6 | | -// gdb-command:whatis basic_types_globals_metadata::B |
7 | | -// gdb-check:type = bool |
8 | | -// gdb-command:whatis basic_types_globals_metadata::I |
9 | | -// gdb-check:type = isize |
10 | | -// gdb-command:whatis basic_types_globals_metadata::C |
11 | | -// gdb-check:type = char |
12 | | -// gdb-command:whatis basic_types_globals_metadata::I8 |
13 | | -// gdb-check:type = i8 |
14 | | -// gdb-command:whatis basic_types_globals_metadata::I16 |
15 | | -// gdb-check:type = i16 |
16 | | -// gdb-command:whatis basic_types_globals_metadata::I32 |
17 | | -// gdb-check:type = i32 |
18 | | -// gdb-command:whatis basic_types_globals_metadata::I64 |
19 | | -// gdb-check:type = i64 |
20 | | -// gdb-command:whatis basic_types_globals_metadata::U |
21 | | -// gdb-check:type = usize |
22 | | -// gdb-command:whatis basic_types_globals_metadata::U8 |
23 | | -// gdb-check:type = u8 |
24 | | -// gdb-command:whatis basic_types_globals_metadata::U16 |
25 | | -// gdb-check:type = u16 |
26 | | -// gdb-command:whatis basic_types_globals_metadata::U32 |
27 | | -// gdb-check:type = u32 |
28 | | -// gdb-command:whatis basic_types_globals_metadata::U64 |
29 | | -// gdb-check:type = u64 |
30 | | -// gdb-command:whatis basic_types_globals_metadata::F16 |
31 | | -// gdb-check:type = f16 |
32 | | -// gdb-command:whatis basic_types_globals_metadata::F32 |
33 | | -// gdb-check:type = f32 |
34 | | -// gdb-command:whatis basic_types_globals_metadata::F64 |
35 | | -// gdb-check:type = f64 |
36 | | -// gdb-command:continue |
| 5 | +//@ gdb-command:run |
| 6 | +//@ gdb-command:whatis basic_types_globals_metadata::B |
| 7 | +//@ gdb-check:type = bool |
| 8 | +//@ gdb-command:whatis basic_types_globals_metadata::I |
| 9 | +//@ gdb-check:type = isize |
| 10 | +//@ gdb-command:whatis basic_types_globals_metadata::C |
| 11 | +//@ gdb-check:type = char |
| 12 | +//@ gdb-command:whatis basic_types_globals_metadata::I8 |
| 13 | +//@ gdb-check:type = i8 |
| 14 | +//@ gdb-command:whatis basic_types_globals_metadata::I16 |
| 15 | +//@ gdb-check:type = i16 |
| 16 | +//@ gdb-command:whatis basic_types_globals_metadata::I32 |
| 17 | +//@ gdb-check:type = i32 |
| 18 | +//@ gdb-command:whatis basic_types_globals_metadata::I64 |
| 19 | +//@ gdb-check:type = i64 |
| 20 | +//@ gdb-command:whatis basic_types_globals_metadata::U |
| 21 | +//@ gdb-check:type = usize |
| 22 | +//@ gdb-command:whatis basic_types_globals_metadata::U8 |
| 23 | +//@ gdb-check:type = u8 |
| 24 | +//@ gdb-command:whatis basic_types_globals_metadata::U16 |
| 25 | +//@ gdb-check:type = u16 |
| 26 | +//@ gdb-command:whatis basic_types_globals_metadata::U32 |
| 27 | +//@ gdb-check:type = u32 |
| 28 | +//@ gdb-command:whatis basic_types_globals_metadata::U64 |
| 29 | +//@ gdb-check:type = u64 |
| 30 | +//@ gdb-command:whatis basic_types_globals_metadata::F16 |
| 31 | +//@ gdb-check:type = f16 |
| 32 | +//@ gdb-command:whatis basic_types_globals_metadata::F32 |
| 33 | +//@ gdb-check:type = f32 |
| 34 | +//@ gdb-command:whatis basic_types_globals_metadata::F64 |
| 35 | +//@ gdb-check:type = f64 |
| 36 | +//@ gdb-command:continue |
37 | 37 |
|
38 | 38 | #![allow(unused_variables)] |
39 | 39 | #![allow(dead_code)] |
|
0 commit comments