This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +0
-22
lines changed Expand file tree Collapse file tree 8 files changed +0
-22
lines changed Original file line number Diff line number Diff line change 1- // Some versions of the non-rust-enabled LLDB print the wrong generic
2- // parameter type names in this test.
3- //@ needs-rust-lldb
4-
51//@ compile-flags:-g
62
73// === GDB TESTS ===================================================================================
Original file line number Diff line number Diff line change 6161// lldbg-check:[...] -1
6262// lldbr-check:(isize) *int_ref = -1
6363
64- // NOTE: only rust-enabled lldb supports 32bit chars
6564// lldbr-command:print *char_ref
6665// lldbr-check:(char) *char_ref = 'a'
6766
Original file line number Diff line number Diff line change 6666// lldbg-check:[...] -1
6767// lldbr-check:(isize) *int_ref = -1
6868
69- // NOTE: only rust-enabled lldb supports 32bit chars
7069// lldbr-command:print *char_ref
7170// lldbr-check:(char) *char_ref = 97
7271
Original file line number Diff line number Diff line change 1- // Some versions of the non-rust-enabled LLDB print the wrong generic
2- // parameter type names in this test.
3- //@ needs-rust-lldb
4-
51//@ compile-flags:-g
62
73// === GDB TESTS ===================================================================================
Original file line number Diff line number Diff line change 11//@ min-lldb-version: 310
2- //@ ignore-lldb FIXME #48807
32
43//@ compile-flags:-g
54
8887// lldbr-check:(i32) b = 34
8988// lldb-command:continue
9089
91- // Don't test this with rust-enabled lldb for now; see issue #48807
9290// lldbg-command:print a
9391// lldbg-check:[...] 110
9492// lldbg-command:print b
109107// lldbg-check:[...] 400
110108// lldbg-command:continue
111109
112-
113110#![ feature( omit_gdb_pretty_printer_section) ]
114111#![ omit_gdb_pretty_printer_section]
115112
Original file line number Diff line number Diff line change 1- // Some versions of the non-rust-enabled LLDB print the wrong generic
2- // parameter type names in this test.
3- //@ needs-rust-lldb
4-
51//@ compile-flags:-g
62
73// === GDB TESTS ===================================================================================
Original file line number Diff line number Diff line change 6868// lldbg-check:[...] -1
6969// lldbr-check:(isize) *int_ref = -1
7070
71- // NOTE: only rust-enabled lldb supports 32bit chars
7271// lldbr-command:print *char_ref
7372// lldbr-check:(char) *char_ref = 'a'
7473
Original file line number Diff line number Diff line change 11//@ min-lldb-version: 310
22
3- //@ ignore-gdb-version: 7.11.90 - 7.12.9
4-
53//@ compile-flags:-g
64
75// === GDB TESTS ===================================================================================
1917// lldbg-check:[...] { a = { 0 = '\x02' 1 = '\x02' } b = 514 }
2018// lldbr-check:(union_smoke::U) u = { a = { 0 = '\x02' 1 = '\x02' } b = 514 }
2119
22- // Don't test this with rust-enabled lldb for now; see
23- // https://github.com/rust-lang-nursery/lldb/issues/18
2420// lldbg-command:print union_smoke::SU
2521// lldbg-check:[...] { a = { 0 = '\x01' 1 = '\x01' } b = 257 }
2622
You can’t perform that action at this time.
0 commit comments