Use explicit LLDB commands instead of print/p aliases.
This commit is contained in:
parent
2047e847d7
commit
96431e4b82
89 changed files with 830 additions and 838 deletions
|
|
@ -14,8 +14,8 @@
|
|||
|
||||
// lldb-command:run
|
||||
|
||||
// lldb-command:print *abc
|
||||
// lldbg-check:(enum_thinlto::ABC)
|
||||
// lldb-command:v *abc
|
||||
// lldbg-check:(enum_thinlto::ABC) *abc =
|
||||
// lldbr-check:(enum_thinlto::ABC) *abc = (x = 0, y = 8970181431921507452)
|
||||
|
||||
#![allow(unused_variables)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue