File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 39
39
// cdb-command: dx person
40
40
// cdb-check:person : "Person A" is 10 years old. [Type: dependency_with_embedded_visualizers::Person]
41
41
// cdb-check: [<Raw View>] [Type: dependency_with_embedded_visualizers::Person]
42
- // cdb-check: [name] : "Person A" [Type: alloc::string::String]
42
+ // cdb-check: [name] : "Person A" [Type: alloc::string::string:: String<alloc::alloc::Global> ]
43
43
// cdb-check: [age] : 10 [Type: int]
44
44
45
45
// === GDB TESTS ===================================================================================
Original file line number Diff line number Diff line change 15
15
// cdb-check: [<Raw View>] [Type: core::mem::manually_drop::ManuallyDrop<i32>]
16
16
17
17
// cdb-command: dx pin
18
- // cdb-check:pin : Pin(0x[...]: "this") [Type: core::pin::Pin<ref_mut$<alloc::string::String> >]
19
- // cdb-check: [<Raw View>] [Type: core::pin::Pin<ref_mut$<alloc::string::String> >]
18
+ // cdb-check:pin : Pin(0x[...]: "this") [Type: core::pin::Pin<ref_mut$<alloc::string::string:: String<alloc::alloc::Global> > >]
19
+ // cdb-check: [<Raw View>] [Type: core::pin::Pin<ref_mut$<alloc::string::string:: String<alloc::alloc::Global> > >]
20
20
// cdb-check: [len] : 0x4 [Type: unsigned [...]]
21
21
// cdb-check: [capacity] : 0x4 [Type: unsigned [...]]
22
22
// cdb-check: [chars] : "this"
Original file line number Diff line number Diff line change 112
112
// cdb-check:j : High (0x10) [Type: msvc_pretty_enums::CStyleEnum]
113
113
//
114
114
// cdb-command: dx k
115
- // cdb-check:k : Some [Type: enum2$<core::option::Option<alloc::string::String> >]
116
- // cdb-check: [+0x000] __0 : "IAMA optional string!" [Type: alloc::string::String]
117
- //
115
+ // cdb-check:k : Some [Type: enum2$<core::option::Option<alloc::string::string:: String<alloc::alloc::Global> > >]
116
+ // cdb-check: [+0x000] __0 : "IAMA optional string!" [Type: alloc::string::string:: String<alloc::alloc::Global> ]
117
+
118
118
// cdb-command: dx l
119
119
// cdb-check:l : Ok [Type: enum2$<core::result::Result<u32,enum2$<msvc_pretty_enums::Empty> > >]
120
120
// cdb-check: [+0x000] __0 : 0x2a [Type: unsigned int]
Original file line number Diff line number Diff line change 123
123
// cdb-check: [<Raw View>] [Type: enum2$<core::option::Option<i64> >]
124
124
125
125
// cdb-command: dx some_string
126
- // cdb-check:some_string : Some [Type: enum2$<core::option::Option<alloc::string::String> >]
127
- // cdb-check: [<Raw View>] [Type: enum2$<core::option::Option<alloc::string::String> >]
128
- // cdb-check: [+0x000] __0 : "IAMA optional string!" [Type: alloc::string::String]
126
+ // cdb-check:some_string : Some [Type: enum2$<core::option::Option<alloc::string::string:: String<alloc::alloc::Global> > >]
127
+ // cdb-check: [<Raw View>] [Type: enum2$<core::option::Option<alloc::string::string:: String<alloc::alloc::Global> > >]
128
+ // cdb-check: [+0x000] __0 : "IAMA optional string!" [Type: alloc::string::string:: String<alloc::alloc::Global> ]
129
129
130
130
// cdb-command: dx linkedlist
131
131
// cdb-check:linkedlist : { len=0x2 } [Type: alloc::collections::linked_list::LinkedList<i32,alloc::alloc::Global>]
You can’t perform that action at this time.
0 commit comments