File tree Expand file tree Collapse file tree 6 files changed +10
-7
lines changed Expand file tree Collapse file tree 6 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 4848 <Item Name =" [len]" ExcludeView =" simple" >vec.len</Item >
4949 <Item Name =" [capacity]" ExcludeView =" simple" >vec.buf.cap</Item >
5050 <Synthetic Name =" [chars]" >
51+ <DisplayString >{(char*)vec.buf.ptr.pointer,[vec.len]s8}</DisplayString >
5152 <Expand >
5253 <ArrayItems >
5354 <Size >vec.len</Size >
Original file line number Diff line number Diff line change 156156 <Type Name =" core::time::Duration" >
157157 <DisplayString >{secs,d}s {nanos,d}ns</DisplayString >
158158 <Expand >
159- <Item Name =" seconds" >secs</Item >
160- <Item Name =" nanoseconds" >nanos</Item >
159+ <Item Name =" seconds" >secs,d </Item >
160+ <Item Name =" nanoseconds" >nanos,d </Item >
161161 </Expand >
162162 </Type >
163163</AutoVisualizer >
Original file line number Diff line number Diff line change 7777 <DisplayString >{(char*)inner.data_ptr}</DisplayString >
7878 <Expand >
7979 <Synthetic Name =" [chars]" >
80+ <DisplayString >{(char*)inner.data_ptr}</DisplayString >
8081 <Expand >
8182 <ArrayItems >
8283 <Size >inner.length</Size >
106107 <DisplayString >{(char*)inner.inner.bytes.buf.ptr.pointer,[inner.inner.bytes.len]}</DisplayString >
107108 <Expand >
108109 <Synthetic Name =" [chars]" >
110+ <DisplayString >{(char*)inner.inner.bytes.buf.ptr.pointer,[inner.inner.bytes.len]}</DisplayString >
109111 <Expand >
110112 <ArrayItems >
111113 <Size >inner.inner.bytes.len</Size >
Original file line number Diff line number Diff line change 88// cdb-command: dx duration
99// cdb-check:duration : 5s 12ns [Type: core::time::Duration]
1010// cdb-check: [<Raw View>] [Type: core::time::Duration]
11- // cdb-check: seconds : 0x5 [Type: unsigned __int64]
12- // cdb-check: nanoseconds : 0xc [Type: unsigned int]
11+ // cdb-check: seconds : 5 [Type: unsigned __int64]
12+ // cdb-check: nanoseconds : 12 [Type: unsigned int]
1313
1414use std:: time:: Duration ;
1515
Original file line number Diff line number Diff line change 88// cdb-command: dx nonnull
99// cdb-check:nonnull : NonNull(0x[...]: 0xc) [Type: core::ptr::non_null::NonNull<u32>]
1010// cdb-check: [<Raw View>] [Type: core::ptr::non_null::NonNull<u32>]
11- // cdb-checK : 0xc [Type: unsigned int]
11+ // cdb-check : 0xc [Type: unsigned int]
1212
1313// cdb-command: dx manuallydrop
1414// cdb-check:manuallydrop : 12345 [Type: core::mem::manually_drop::ManuallyDrop<i32>]
1919// cdb-check: [<Raw View>] [Type: core::pin::Pin<ref_mut$<alloc::string::String> >]
2020// cdb-check: [len] : 0x4 [Type: unsigned __int64]
2121// cdb-check: [capacity] : 0x4 [Type: unsigned __int64]
22- // cdb-check: [chars]
22+ // cdb-check: [chars] : "this"
2323
2424use std:: mem:: ManuallyDrop ;
2525use std:: pin:: Pin ;
Original file line number Diff line number Diff line change 113113// cdb-command: dx os_string
114114// cdb-check:os_string : "IAMA OS string 😃" [Type: std::ffi::os_str::OsString]
115115// cdb-check: [<Raw View>] [Type: std::ffi::os_str::OsString]
116- // cdb-check: [chars]
116+ // cdb-check: [chars] : "IAMA OS string 😃"
117117
118118// cdb-command: dx some
119119// cdb-check:some : Some [Type: enum$<core::option::Option<i16> >]
You can’t perform that action at this time.
0 commit comments