Use explicit LLDB commands instead of print/p aliases.

This commit is contained in:
Markus Reiter 2024-03-15 15:05:57 +01:00
parent 2047e847d7
commit 96431e4b82
No known key found for this signature in database
GPG key ID: 245293B51702655B
89 changed files with 830 additions and 838 deletions

View file

@ -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)]