mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Use explicit LLDB commands instead of print/p aliases.
This commit is contained in:
@@ -25,17 +25,17 @@
|
||||
// === LLDB TESTS ==================================================================================
|
||||
|
||||
// lldb-command:run
|
||||
// lldb-command:print b
|
||||
// lldbg-check:(coroutine_objects::main::{coroutine_env#0})
|
||||
// lldb-command:v b
|
||||
// lldbg-check:(coroutine_objects::main::{coroutine_env#0}) b =
|
||||
// lldb-command:continue
|
||||
// lldb-command:print b
|
||||
// lldbg-check:(coroutine_objects::main::{coroutine_env#0})
|
||||
// lldb-command:v b
|
||||
// lldbg-check:(coroutine_objects::main::{coroutine_env#0}) b =
|
||||
// lldb-command:continue
|
||||
// lldb-command:print b
|
||||
// lldbg-check:(coroutine_objects::main::{coroutine_env#0})
|
||||
// lldb-command:v b
|
||||
// lldbg-check:(coroutine_objects::main::{coroutine_env#0}) b =
|
||||
// lldb-command:continue
|
||||
// lldb-command:print b
|
||||
// lldbg-check:(coroutine_objects::main::{coroutine_env#0})
|
||||
// lldb-command:v b
|
||||
// lldbg-check:(coroutine_objects::main::{coroutine_env#0}) b =
|
||||
|
||||
// === CDB TESTS ===================================================================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user