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
-
5
1
//@ compile-flags:-g
6
2
7
3
// === GDB TESTS ===================================================================================
Original file line number Diff line number Diff line change 61
61
// lldbg-check:[...] -1
62
62
// lldbr-check:(isize) *int_ref = -1
63
63
64
- // NOTE: only rust-enabled lldb supports 32bit chars
65
64
// lldbr-command:print *char_ref
66
65
// lldbr-check:(char) *char_ref = 'a'
67
66
Original file line number Diff line number Diff line change 66
66
// lldbg-check:[...] -1
67
67
// lldbr-check:(isize) *int_ref = -1
68
68
69
- // NOTE: only rust-enabled lldb supports 32bit chars
70
69
// lldbr-command:print *char_ref
71
70
// lldbr-check:(char) *char_ref = 97
72
71
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
-
5
1
//@ compile-flags:-g
6
2
7
3
// === GDB TESTS ===================================================================================
Original file line number Diff line number Diff line change 1
1
//@ min-lldb-version: 310
2
- //@ ignore-lldb FIXME #48807
3
2
4
3
//@ compile-flags:-g
5
4
88
87
// lldbr-check:(i32) b = 34
89
88
// lldb-command:continue
90
89
91
- // Don't test this with rust-enabled lldb for now; see issue #48807
92
90
// lldbg-command:print a
93
91
// lldbg-check:[...] 110
94
92
// lldbg-command:print b
109
107
// lldbg-check:[...] 400
110
108
// lldbg-command:continue
111
109
112
-
113
110
#![ feature( omit_gdb_pretty_printer_section) ]
114
111
#![ omit_gdb_pretty_printer_section]
115
112
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
-
5
1
//@ compile-flags:-g
6
2
7
3
// === GDB TESTS ===================================================================================
Original file line number Diff line number Diff line change 68
68
// lldbg-check:[...] -1
69
69
// lldbr-check:(isize) *int_ref = -1
70
70
71
- // NOTE: only rust-enabled lldb supports 32bit chars
72
71
// lldbr-command:print *char_ref
73
72
// lldbr-check:(char) *char_ref = 'a'
74
73
Original file line number Diff line number Diff line change 1
1
//@ min-lldb-version: 310
2
2
3
- //@ ignore-gdb-version: 7.11.90 - 7.12.9
4
-
5
3
//@ compile-flags:-g
6
4
7
5
// === GDB TESTS ===================================================================================
19
17
// lldbg-check:[...] { a = { 0 = '\x02' 1 = '\x02' } b = 514 }
20
18
// lldbr-check:(union_smoke::U) u = { a = { 0 = '\x02' 1 = '\x02' } b = 514 }
21
19
22
- // Don't test this with rust-enabled lldb for now; see
23
- // https://github.com/rust-lang-nursery/lldb/issues/18
24
20
// lldbg-command:print union_smoke::SU
25
21
// lldbg-check:[...] { a = { 0 = '\x01' 1 = '\x01' } b = 257 }
26
22
You can’t perform that action at this time.
0 commit comments