Delete lldbr annotations
This commit is contained in:
parent
c5fdc90a73
commit
41d06f4115
73 changed files with 0 additions and 677 deletions
|
@ -57,61 +57,46 @@
|
|||
// STACK BY REF
|
||||
// lldb-command:v *self
|
||||
// lldbg-check:[...] Struct<(u32, i32)> { x: (8888, -8888) }
|
||||
// lldbr-check:(method_on_generic_struct::Struct<(u32, i32)>) *self = { x = { = 8888 = -8888 } }
|
||||
// lldb-command:v arg1
|
||||
// lldbg-check:[...] -1
|
||||
// lldbr-check:(isize) arg1 = -1
|
||||
// lldb-command:v arg2
|
||||
// lldbg-check:[...] -2
|
||||
// lldbr-check:(isize) arg2 = -2
|
||||
// lldb-command:continue
|
||||
|
||||
// STACK BY VAL
|
||||
// lldb-command:v self
|
||||
// lldbg-check:[...] Struct<(u32, i32)> { x: (8888, -8888) }
|
||||
// lldbr-check:(method_on_generic_struct::Struct<(u32, i32)>) self = { x = { = 8888 = -8888 } }
|
||||
// lldb-command:v arg1
|
||||
// lldbg-check:[...] -3
|
||||
// lldbr-check:(isize) arg1 = -3
|
||||
// lldb-command:v arg2
|
||||
// lldbg-check:[...] -4
|
||||
// lldbr-check:(isize) arg2 = -4
|
||||
// lldb-command:continue
|
||||
|
||||
// OWNED BY REF
|
||||
// lldb-command:v *self
|
||||
// lldbg-check:[...] Struct<f64> { x: 1234.5 }
|
||||
// lldbr-check:(method_on_generic_struct::Struct<f64>) *self = Struct<f64> { x: 1234.5 }
|
||||
// lldb-command:v arg1
|
||||
// lldbg-check:[...] -5
|
||||
// lldbr-check:(isize) arg1 = -5
|
||||
// lldb-command:v arg2
|
||||
// lldbg-check:[...] -6
|
||||
// lldbr-check:(isize) arg2 = -6
|
||||
// lldb-command:continue
|
||||
|
||||
// OWNED BY VAL
|
||||
// lldb-command:v self
|
||||
// lldbg-check:[...] Struct<f64> { x: 1234.5 }
|
||||
// lldbr-check:(method_on_generic_struct::Struct<f64>) self = Struct<f64> { x: 1234.5 }
|
||||
// lldb-command:v arg1
|
||||
// lldbg-check:[...] -7
|
||||
// lldbr-check:(isize) arg1 = -7
|
||||
// lldb-command:v arg2
|
||||
// lldbg-check:[...] -8
|
||||
// lldbr-check:(isize) arg2 = -8
|
||||
// lldb-command:continue
|
||||
|
||||
// OWNED MOVED
|
||||
// lldb-command:v *self
|
||||
// lldbg-check:[...] Struct<f64> { x: 1234.5 }
|
||||
// lldbr-check:(method_on_generic_struct::Struct<f64>) *self = Struct<f64> { x: 1234.5 }
|
||||
// lldb-command:v arg1
|
||||
// lldbg-check:[...] -9
|
||||
// lldbr-check:(isize) arg1 = -9
|
||||
// lldb-command:v arg2
|
||||
// lldbg-check:[...] -10
|
||||
// lldbr-check:(isize) arg2 = -10
|
||||
// lldb-command:continue
|
||||
|
||||
#![feature(omit_gdb_pretty_printer_section)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue