fix debuginfo/issue22656 with LLDB 8
This commit is contained in:
parent
528379121c
commit
445af68c23
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
// lldbg-check:[...]$0 = vec![1, 2, 3]
|
// lldbg-check:[...]$0 = vec![1, 2, 3]
|
||||||
// lldbr-check:(alloc::vec::Vec<i32>) v = vec![1, 2, 3]
|
// lldbr-check:(alloc::vec::Vec<i32>) v = vec![1, 2, 3]
|
||||||
// lldb-command:print zs
|
// lldb-command:print zs
|
||||||
// lldbg-check:[...]$1 = StructWithZeroSizedField { x: ZeroSizedStruct, y: 123, z: ZeroSizedStruct, w: 456 }
|
// lldbg-check:[...]$1 = StructWithZeroSizedField { x: ZeroSizedStruct[...], y: 123, z: ZeroSizedStruct[...], w: 456 }
|
||||||
// lldbr-check:(issue_22656::StructWithZeroSizedField) zs = StructWithZeroSizedField { x: ZeroSizedStruct { }, y: 123, z: ZeroSizedStruct { }, w: 456 }
|
// lldbr-check:(issue_22656::StructWithZeroSizedField) zs = StructWithZeroSizedField { x: ZeroSizedStruct { }, y: 123, z: ZeroSizedStruct { }, w: 456 }
|
||||||
// lldbr-command:continue
|
// lldbr-command:continue
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue